Transaction problem

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GVCL
Posts: 17
Joined: Tue 09 Dec 2008 16:08

Transaction problem

Post by GVCL » Thu 14 Jan 2021 15:13

Hi,

I use IBDAC 7.3.1 and Delphi 10.4.1

I have 2 TIBCQuery components and a TIBCConnection (DBCon) component on a form. All have AutoCommit set to false. When I send a DBCon.StartTransaction I get the error message: 'One of the connections in the transaction is not active' which I do not understand.

This can be reproduced any time.

Any hint?

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: Transaction problem

Post by oleg0k » Sat 16 Jan 2021 14:10

Hello,
Unfortunately, this information is not enough to reproduce the issue. We need a sample project that demonstrates the incorrect behavior, as well as your DDL scripts for creating and populating the database objects. Please send them through the form on our website: https://devart.com/company/contactform.html

wbr, Oleg
Devart Team

Post Reply