Subject | Re: [IBO] IB_Query.CommitAction |
---|---|
Author | guido.klapperich@t-online.de |
Post date | 2001-02-13T03:54:57Z |
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:
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.
>