A acacio Member Jul 31, 2003 #1 How can I to access only Deleted Records in DOA with cachedupdates ? like as TDataset.UpdateRecordTypes := [cusDeleted]; {make only deleted records visible} Thanks.
How can I to access only Deleted Records in DOA with cachedupdates ? like as TDataset.UpdateRecordTypes := [cusDeleted]; {make only deleted records visible} Thanks.
Marco Kalter Administrator Staff member Aug 1, 2003 #1 It is not possible to access deleted records. You will need to maintain the relevant deleted information in your application if this is necessary. ------------------ Marco Kalter Allround Automations
It is not possible to access deleted records. You will need to maintain the relevant deleted information in your application if this is necessary. ------------------ Marco Kalter Allround Automations