Page 1 of 1

How do I prevent TOraSession from implicit commit ?

Posted: Mon 01 Aug 2011 07:27
by lior
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.

Posted: Mon 01 Aug 2011 07:47
by lior
Just to make it clear,Both TOraSession and TOraTable AutoCommit properties are set to false.
I use Oracle 8I and ODAC 7.20.0.7 Trial edition.

Posted: Wed 03 Aug 2011 07:18
by AlexP
Hello,

I have answered you by e-mail.