How do I prevent TOraSession from implicit commit ?
Posted: Mon 01 Aug 2011 07:27
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.
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.