Subject Seeing recently changed data
Author ra8009
I have a TIBOQuery(A) attached to a DevExpress Grid. Another TIBOQuery
(B) points to the same data table as A.

When I make changes to B, post and Commit them and refresh A they
don't show up in my grid, even though my transaction isoloation is set
to "tiCommited".

However, the changes do show up after I close and reopen the
application. What am I doing wrong?