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?
Autocommit dont work.
-
- Posts: 4
- Joined: Wed 07 Apr 2010 20:48
- Location: maracaibo, venezuela
- Contact: