End Session.intransaction ??

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mho101
Posts: 1
Joined: Tue 03 May 2011 18:12

End Session.intransaction ??

Post by mho101 » Tue 03 May 2011 18:23

How to set Session.InTransaction := False ? I know Session.InTransaction is Read_only property. I just want to end the session in Transaction mode.

mycode:
Session.StartTransaction
update query
Session.commit

After I do Session.commit, the Session.InTransaction is still true. I just don't understand why.

Thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 04 May 2011 10:42

Hello,

I could not reproduce the problem.
Please send a complete small sample to alexp*devart*com to demonstrate it.

Also provide the following information:
- the exact version of ODAC;
- the exact version of your IDE.

Post Reply