Execute block and TIBConnection.Autocommit = true

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Jank
Posts: 35
Joined: Tue 11 May 2010 11:57

Execute block and TIBConnection.Autocommit = true

Post by Jank » Tue 11 May 2010 12:07

Hi,

i have a TIBConnection with autocommit = true. If I open a TIBQuery with a selectable Execute block my TIBConnection has an open transaction.
If I execute the same Block without a returning value the transaction will be committed automaticly. What am I doing wrong? Or is it a problem at the Component?



Greetings Jan

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Wed 12 May 2010 08:08

This problem was discussed on the forum. Please view the following topics: http://www.devart.com/forums/viewtopic.php?t=13400

Post Reply