Subject | Re : [ib-support] I think I found the solution |
---|---|
Author | Vinicius |
Post date | 2002-05-28T21:33:13Z |
Because I have more Querys using the same Transaction and I can't close the
Transaction, what do you recomend to do?
Thanks
Vinicius
""Dimitry Sibiryakov"" <SD@...> escreveu na mensagem
news:3CF1FCE2.10749.30573B@localhost...
Transaction, what do you recomend to do?
Thanks
Vinicius
""Dimitry Sibiryakov"" <SD@...> escreveu na mensagem
news:3CF1FCE2.10749.30573B@localhost...
> On 24 May 2002 at 15:17, Vinicius wrote:[Non-text portions of this message have been removed]
>
> >And another question is, if the problem is the many transactions why
> >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;
>
> If you close the IBQuery anyway, why do you use CommitRetaining?
> 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.
>
>
>
>
> To unsubscribe from this group, send an email to:
> ib-support-unsubscribe@egroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>