Autocommit dont work.

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
ricardouven
Posts: 4
Joined: Wed 07 Apr 2010 20:48
Location: maracaibo, venezuela
Contact:

Autocommit dont work.

Post by ricardouven » Wed 07 Apr 2010 22:08

I have one TIBQuery with two transaction and autocommit = true.

there is:

q : TIBQuery;
trn: TIBTransaction;
trn_post: TIBTransaction;


....

q.transaction := trn;
q.UpdateTransaction := trn_post;


when i post a data, and this table trigger update some field, when i refresh (i suposed component read again using first transaction (trn)) the information is not updated, but, this changes was made correctly in database.


im using firebird 2.1.3, 32bits
ibdac profesional update march-5-2010.


what happend there?

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

Post by Dimon » Thu 08 Apr 2010 07:53

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

Post Reply