Subject Re: [IBO] Explicit transaction
Author Svein Erling Tysvaer
Hi again Helton, I've been very busy the last few days and not had a chance
to reply until now.

>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 ?

You prepare a dataset before you open (TIB_Cursor, TIB_Query) or execute
(TIB_DSQL) it. If it is dssPrepared it is not opened, whereas a dataset in
dssBrowse is opened. And yes, the dataset in dssPrepared will be fetched
(or refetched) when you open it (someone will hopefully correct me if I am
wrong, I am only 90% certain).

Set