Subject | Re: [IBO] Explicit transaction |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2002-09-18T13:47:26Z |
>It's necessary a TIB_Transaction component to start an explicit transactionDon't know if you can manage without explicitly declaring it, but I
>or there is a way of do this only with a TIB_Connection component ?
certainly think you would want a TIB_Transaction component. It gives you
the control you are asking for.
>Other question: what is the diference between Commit and CommitRetainingCommit closes your datasets, CommitRetaining keeps them open. You should
>methods ?
always make sure you occationally do a commit to keep the OAT advancing (it
won't with CommitRetaining).
Set