Subject [IBO] Re: Concurrency Isolation
Author geraldo_ls
--- In IBObjects@y..., "helton" <helton_o@t...> wrote:
> Hi Geraldo,
>
> > Are you finishing the transaction with a TIB_Transaction.Commit
at
> > the end of the process and starting in the beginning ?
>
> No, I'm not. Is it necessary ? I'm just reading data not writing...
>
> Helton

Yes, it is. If you don't commit the transaction, it will remail open
and you'll be working with the first "photography" taken from the
database.

Hope this helps

Geraldo Lopes de Souza