CommitRetaining

Henrique

Member²
Hi, Marco

I made a lock in a record and after I edited same record. I set CommitOnPost to True. I need to keep locked record as CommitRetaining on Interbase. Does DOA have a same feature as IBX with Interbase?
 
No, such a feature does not exist. In Oracle all locks are released when you commit. You would need to Edit the record again (assuming that LockingMode is set to lmLockImmediate).
 
Back
Top