Subject | Re: [IBO] Explicit transaction |
---|---|
Author | Helton de Oliveira |
Post date | 2002-09-18T14:05:32Z |
Hi Svein,
Thanks for your help.
state is dssBrowse, just like before the method execution. After a Commit,
the dataset's state is dssPrepared not dssInactive. What does this mean ?
Does the dataset in dssPrepared state will be refeched ?
Helton
Thanks for your help.
> >Other question: what is the diference between Commit and CommitRetaining(it
> >methods ?
>
> Commit closes your datasets, CommitRetaining keeps them open. You should
> always make sure you occationally do a commit to keep the OAT advancing
> won't with CommitRetaining).I'm not sure if i understand this. After a CommitRetaining, the dataset's
state is dssBrowse, just like before the method execution. After a Commit,
the dataset's state is dssPrepared not dssInactive. What does this mean ?
Does the dataset in dssPrepared state will be refeched ?
Helton