Subject Re: [IBO] IB_Query.CommitAction
Author Jason Wharton
Use caFetchAll and it will not close the query. It will force all the
records of the dataset be fetched.

caRefresh forces that dataset to be refreshed when the transaction is
committed or rolled back.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <guido.klapperich@...>
To: <IBObjects@yahoogroups.com>
Sent: Monday, February 12, 2001 8:54 PM
Subject: Re: [IBO] IB_Query.CommitAction


> I don't want to use Cached Updates, I just want to know, in which way IBO
is
> able to close the transaction, without closing the Query.
>
> Guido.
>
> "Claudio Valderrama C." wrote:
>
> > > -----Original Message-----
> > > From: guido.klapperich@...
[mailto:guido.klapperich@...]
> > > Sent: Lunes 12 de Febrero de 2001 22:58
> > >
> > > When I close the transaction, the query always will be closed.
> > > But when the
> > > transaction closes automaticly (because of the TimeOutProps) the
> > > query stays
> > > open. Exists a way to close the transaction 'manually' without
> > > closing the Query
> > > ?
> >
> > It seems like a work for Cached Updates, so you can continue working but
> > disconnected from the server in the sense it doesn't know about the
> > operations you perform until you apply the updates.
> >
> > C.
> >
>
>
>
>
>