Advantage Client Engine
Restores the current record in the given DBF table to normal visibility.
UNSIGNED32 |
AdsRecallRecord (ADSHANDLE hTable); |
hTable (I) |
Handle of table or cursor. |
Calling AdsRecallRecord on a deleted record in a DBF table will clear the deleted flag in the first byte of the record.
Note AdsRecallRecord has little effect upon Advantage proprietary ADT tables. Records that are deleted in ADT tables can never be retrieved nor can they be recalled by a client application. If AdsRecallRecord is called after a call to AdsDeleteRecord and before the record is written, then the record will not be deleted. Once a deleted record has been written either through a call to AdsWriteRecord or implicitly through some record movement, then that record cannot be recalled.