Transaction remains active after Commit

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mwk
Posts: 4
Joined: Sun 18 Apr 2010 20:00

Transaction remains active after Commit

Post by mwk » Tue 01 Jun 2010 23:13

I'm using two queries which handle data in two tables. A transaction process is started with Transaction1.StartTransaction and is terminated with Transaction1.Commit. Later, when I try to read Transaction1.Active, I get Transaction1.Active = True and, therefore, a second Transaction1.StartTransaction results in the error "Can't perform operation of active transaction". The property Transaction1.Active remains permanently TRUE... :(

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

Post by Dimon » Wed 02 Jun 2010 08:51

Please specify the IBDAC version you are using.

mwk
Posts: 4
Joined: Sun 18 Apr 2010 20:00

Post by mwk » Fri 04 Jun 2010 03:25

I'm using version 3.10.0.12 for RAD Studio 2007.

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

Post by Dimon » Fri 04 Jun 2010 08:05

I can not reproduce the problem. Please, try to compose a small sample to demonstrate the problem and send it to dmitryg*devart*com.

Post Reply