Subject Re: [IBO] AllowCheckOAT
Author guido.klapperich@t-online.de
How can I do this manually with a transaction ? My problem is, that in my
app, all datasets, that has been opened, should stay open, but on the other
side, the lifetime of the transactions should be as short as possible. This
could be my solution.

Guido.

Jason Wharton wrote:

> > One thing, I forgot to mention. When IBO closes the transaction by the
> > TimeoutProps, the dataset always stays open, even when CommitAction is
> caClose.
> > How have you realized this ?
>
> That is the intended behavior.
>
> When the OAT processing releases a transaction handle it does not trigger
> the commit action items of the datasets. This only happens when you
> explicitly call Commit or Rollback.
>
> OAT handling is all transparent.
>
> HTH,
> Jason Wharton
> CPS - Mesa AZ
> http://www.ibobjects.com
>