From: IsabelVeiga <pau...@ne...> - 2003-12-07 12:11:53
|
I'm creating an aplication, using Delphi native Interbase objects (TIBDataBase ,TIBTransaction,TDatasource and TIBtable) If I run two instances of aplication, and I create one record from one aplication I cannot see that record on second Instance of Aplication. But if I run IBconsole I see that record in the table. After I do a update I force a commit and a refresh. But in the second Instance of aplication I cannot see nothing, and i do a refresh. I only see the new records in the second aplication if I get out of program and running it again. Can you help me? Thanks Paulo. |