Subject Re: Concurrency Isolation
Author geraldo_ls
--- In IBObjects@y..., "helton" <helton_o@t...> wrote:
> Hi all,
>
> I'm using concurrency isolation in a TIB_Cursor to export some
data. It's working fine, the program opens the TIB_Cursor, exports
the data and then closes it.
>
> But the TIB_Cursor doesn't see any modification in the data that
has been made after the first export. It always exports the same
snapshot of the data over and over...
>
Are you finishing the transaction with a TIB_Transaction.Commit at
the end of the process and starting in the beginning ?

Geraldo Lopes de Souza