Subject Problem with CachedUpdates
Author Sascha.Mi@t-online.de
Hi ,

There is a problem with the behaviour of TIB_Query with CachedUpdates
turned on. After removing rows in a query,
and calling ApplyUpdates() I'm closing the query with Close() followed
by Commit().
I have confirmed that the rows have been removed on the server.

When reopening the query and reinserting the same rows as removed before
within the same transaction, these rows aren't displayed.
A workaround around this to call Unprepare() after Close() on the
query. Then the reinserted rows are correctly displayed.

Regards,
Sascha Michel