Subject Beginner Question
Author Julian Maisano
If I run 2 or more instances of my program (simply a form that make inserts
and updates to a DB table), the made in instance 1, can't be viewed in the
instance 2 (even if in the instance 2 a TIBOQuery.Refresh is performed).

how the changes of Instance1 could be viewed in Instance2?