Subject Re: [IBO] IB_Query.CommitAction
Author guido.klapperich@t-online.de
Let me see, if I understood it the right way:
caClose: Closes the Query
caRefresh: Refreshes the Query after commit. But will this not start the
transaction again ?
caFetchAll: Sorry, no idea
caInvalidateCursor: In short words, all stays as it is. The Query keeps open,
but the Transaction is closed.


Guido

Jason Wharton wrote:

> They are self explanatory. When the transaction commits that is the action
> the datasets do. perhaps the only one that isn't totally clear is
> caInvalidateCursor. What that is intended to do is try to preserve as much
> of the existing situation as possible without imposing extra work. If the
> dataset has fetched part way through the dataset it won't fetch any more
> records and it won't refresh until it is accessed again.
>
> HTH.
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>
> ----- Original Message -----
> From: <guido.klapperich@...>
> To: "ibobjects@egroups.com" <IBObjects@yahoogroups.com>
> Sent: Monday, February 12, 2001 6:38 PM
> Subject: [IBO] IB_Query.CommitAction
>
> > Can anybody explain me the different values of the
> > IB_Query.CommitAction-Property ? The OH says nothing about it.
> >
> >
> >
> > Guido.
> >
> >
> >
> >
> >
>