Page 1 of 1

Autocommit dont work.

Posted: Wed 07 Apr 2010 22:08
by ricardouven
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?

Posted: Thu 08 Apr 2010 07:53
by Dimon
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.