Subject Re: [IBO] Explicit transaction
Author Helton de Oliveira
Hi Svein,

Thanks for your help.

> >Other question: what is the diference between Commit and CommitRetaining
> >methods ?
>
> Commit closes your datasets, CommitRetaining keeps them open. You should
> always make sure you occationally do a commit to keep the OAT advancing
(it
> 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