E erobert1 Member Mar 23, 2001 #1 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).
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).
Marco Kalter Administrator Staff member Mar 24, 2001 #1 You cannot undelete individual records. You can only cancel all changes through TOracleSession.CancelUpdates. ------------------ Marco Kalter Allround Automations
You cannot undelete individual records. You can only cancel all changes through TOracleSession.CancelUpdates. ------------------ Marco Kalter Allround Automations
E erobert1 Member Mar 25, 2001 #1 Thanks for the reply. That is what I thought but was hoping I was missing something.