Subject BDE to IBO
Author peterchubby
I'm converting an application from IB6 (with BDE) to FB1.5 (with IB
Objects) and have hit on a problem. (I ran a straight convert
replacing TDatabase for TIBODatabase, TQuery for TIBOQuery and
TStoredProc for TIBOStoredProc. etc) Problem:- I update a TDBEdit,
which in turn Starts a Transaction, Executes a StoredProc and
Commits, then closes and reopen the Query - but the data does not
refresh. (When I check the data it has been updated.) On trying to
locate the problem I found that if I Free then Re-Create the
Datamodule used, then the data is refreshed OK. Are there any
setting in IBO which could cause this effect.

Peter