Subject Cursor doesn't see value
Author ra8009
In an application, I have two components pointing to the same data
table in Firebird 1.5.

The first component is a TIBOTable and is part of an explicit
transaction which commits a value "Y" to the table. Just after the
commit, a TIB_Cursor pointed at the same data opens. It has nothing
listed in the "IB_transaction" property. The cursor is active but sees
the just commited value as blank. Why would this happen?