Page 1 of 1

End Session.intransaction ??

Posted: Tue 03 May 2011 18:23
by mho101
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

Posted: Wed 04 May 2011 10:42
by AlexP
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.