| DBRecallRecs -- Undo DBDeleteRecs |
DBRecallRecs(start-record, end-record) |
| Updating Information |
| If you want to undelete some or all records after issuing a DBDeleteRecs, use DBRecallRecs, passing as parameters the number of the first record to recover and the last. |
put DBRecallRecs(9,23) into dbResult |
| This command will not work after issuing a DBZapRecs or a DBPack command because the records have been physically removed and the database compacted. |
| DBDeleteRecs, DBPack, DBZapRecs |
|
16
|