Error starting transaction

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Alisson
Posts: 7
Joined: Mon 08 Dec 2008 16:32
Contact:

Error starting transaction

Post by Alisson » Tue 15 Dec 2009 16:10

My application was working properly, but now when I start a transaction in a component TIBTransaction the following error occurs:

One of the connections in the transactions is not active.

Somebody can help me? Thanks!

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

Post by Plash » Thu 17 Dec 2009 08:54

Check if the TIBCConnection component used by the transaction is connected.

Post Reply