Subject SV: [IBO] 2 TIBOTables opened towards the same table?
Author Jacob Havkrog
Hi!

>You should refresh Table2 (Table2.Refresh) after committing or set
>CommitAction property to caRefresh to get Table2 refreshed after
>IBOTransactions gets committed.

That did the trick.

>On the other hand I strongly recommend to use IBOQuery instead of IBOTable.

Why?

Thanks!