Home > database >  Be badly in need of help! About PB recover deleted records
Be badly in need of help! About PB recover deleted records

Time:09-24

Using the data window deleterow (0) the command to delete a record, how to restore?
What kind of orders!

CodePudding user response:

1, simple use retrieve () can restore!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)

CodePudding user response:

Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)

CodePudding user response:

reference 1st floor jlwei888 response:
1, the simple use retrieve () can be restored!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)


Explain very detailed

CodePudding user response:

Thank you very much!

CodePudding user response:

With off-the-shelf modules in PFC, into the call

CodePudding user response:

reference 1st floor jlwei888 response:
1, the simple use retrieve () can be restored!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)


Truth!!!!!!

CodePudding user response:

reference 1st floor jlwei888 response:
1, the simple use retrieve () can be restored!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)

commit; The can?

CodePudding user response:

reference 1st floor jlwei888 response:
1, the simple use retrieve () can be restored!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)
positive solutions

CodePudding user response:

reference 1st floor jlwei888 response:
1, the simple use retrieve () can be restored!
2, the complex is to delete data in the buffer to move back to the main buffer!
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)

Positive solution

CodePudding user response:

After a commit, clears the cache area, should be can not be restored.

CodePudding user response:

Cannot recover after a commit, unless you make another ds, to delete the data backup

CodePudding user response:

reference 5 floor qdfreebsd reply:
with off-the-shelf modules in PFC, into the call to

Severe, consult which module?

CodePudding user response:

The recovery of the buffer back is good
Dw_1. RowsMove (1, dw_1 DeletedCount (), Delete! Dw_1, 1, Primary!)

CodePudding user response:

N months ago posts to interpret

CodePudding user response:

Don't commit; , retrieve (),

CodePudding user response:

Is to retrieve () or rowsmove ()?
  • Related