AutoCommit on a per transaction basis?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

AutoCommit on a per transaction basis?

Post by upscene » Thu 26 Nov 2009 13:56

Hi,

I'm surprised to find autocommit on Datasets and Connections, but not on a Transaction component.

How can I set AutoCommit for all datasets on a specific transaction component? Doesn't that make more sense than on a per dataset level?


With regards,

Martijn Tonies
Upscene Productions

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 02 Dec 2009 10:54

We will add AutoCommit property to TIBCTransaction in one of the next IBDAC builds.

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Post by upscene » Wed 02 Dec 2009 11:10

Thanks!

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Post by upscene » Mon 01 Feb 2010 10:27

Plash wrote:We will add AutoCommit property to TIBCTransaction in one of the next IBDAC builds.
I see this wasn't done yet, are you still considering this?

Post Reply