Subject | Re: [IBO] Problems with refresh of data. |
---|---|
Author | Aage Johansen |
Post date | 2004-05-18T18:22:04Z |
On Tue, 18 May 2004 11:56:51 +0000 (UTC), Max Bernaert wrote:
programs' or 'in the same program'?
Unless other programs use a ReadCommitted transaction they need to start a
new transaction to see committed data.
Restarting a program starts a new transaction and so ...
--
Aage J.
> After doing several inserts in a table. The new records seems not to beAre you talking about 'not being able to see the data from another
> available in my Delphi programs until I fully exit the program.
> Even after an active := false followed by an active := true the data is
> not visible.
> The data is only visible if I alter the sql sentence of the TIBOQuery.
> What I am doing wrong ?
> Thanks for your help.
programs' or 'in the same program'?
Unless other programs use a ReadCommitted transaction they need to start a
new transaction to see committed data.
Restarting a program starts a new transaction and so ...
--
Aage J.