If an application is stopped or crashes while TOraSession is in transaction
DML changes are saved anyway.Is there a way to prevent TOraSession
from committing these changes ? The only way I found was using TOraTransaction.DefaultCloseAction:=taRollback.
I need to convert a big BDE application with many TDAtabases components created both at design and run time.Its too complicated adding TOraTransaction every ware.