Subject Concurrency Isolation
Author helton
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...

I've tried to call the UnPrepare method of the TIB_Cursor without results.

What should I do ?

Helton