Subject | Re: [ib-support] I think I found the solution |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2002-05-27T05:31:14Z |
On 24 May 2002 at 15:17, Vinicius wrote:
Try simple Commit. And I'd suggest you to close the query before
commiting, not after.
Commit retaining is a relatively new feature and I use it with a
care.
SY, Dimitry Sibiryakov.
>And another question is, if the problem is the many transactions whyIf you close the IBQuery anyway, why do you use CommitRetaining?
>it just occurs when I have open and close one of the transaction many
>times:
>
>Timer1Timer(sender : TObject)
>begin
> IBTransaction.CommitRetaing;
> IBQuery1.Close;
> IBQuery1.Open;
>end;
Try simple Commit. And I'd suggest you to close the query before
commiting, not after.
Commit retaining is a relatively new feature and I use it with a
care.
SY, Dimitry Sibiryakov.