Can I undelete records using cached updates?

erobert1

Member
I am using the TOracleDataSet component with cached updates. Can I undelete a record that is pending deletion? I want to iterate through the dataset and cancel any deletions (updatestatus of usDelete).
 
You cannot undelete individual records. You can only cancel all changes through TOracleSession.CancelUpdates.

------------------
Marco Kalter
Allround Automations
 
Back
Top