Savepoint problem
Posted: Tue 26 Jan 2010 14:15
Hi,
I´m using ODACs 6.90.0.54 with RAD Studio 2010 (C++)
This creates a savepoint named "LOCK_otb_data"
Then I change some data related to the currently locked entry
In previous version I was able to overwrite the savepoint "LOCK_otb_data"
My problem now this does not work any longer and posting the original edited object rolls back to savepoint.
Afterwards my edits are gone.
Can you help?!
I´m using ODACs 6.90.0.54 with RAD Studio 2010 (C++)
Code: Select all
main->ora_session->StartTransaction();
otb_data->Edit();
This creates a savepoint named "LOCK_otb_data"
Then I change some data related to the currently locked entry
In previous version I was able to overwrite the savepoint "LOCK_otb_data"
My problem now this does not work any longer and posting the original edited object rolls back to savepoint.
Afterwards my edits are gone.
Can you help?!