Page 1 of 1

AutoCommit option

Posted: Fri 18 Apr 2008 15:05
by A.Csaba
Hello Everybody!

I plan to use your product,
but i am interested in if i can use AutoCommit or not.

In ODAC the is AutoCommit property.

Thanks in advance...

Posted: Wed 23 Apr 2008 13:37
by Challenger
UniDAC has no such property. When there are no active transactions, successfull operations are automaticaly committed. All explicitly started transaction should be explicilty committed or rolled back. In the second case operations are performed in the context of active transaction.