AutoCommit option

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
A.Csaba
Posts: 7
Joined: Fri 18 Apr 2008 15:00

AutoCommit option

Post by A.Csaba » Fri 18 Apr 2008 15:05

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...

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Wed 23 Apr 2008 13:37

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.

Post Reply