Subject RE: [IBO] Refresh records
Author Jason Wharton
> How to refresh another computer that use same Firebird 2.0 database
> and using same program (IBO 4.6Bc) at the same time after
> another user
> Insert or Update some tables? I mean (auto refresh on another
> computer)?
>
> Can someone give a sample? What component use (IBO) for this project?

Search the archives for the DML Caching features. It is integrated
throughout the various components you use in IBO and there is a
TIB_SyncCursor that facilitates the coordination between them all.

You may also want to look at the Survey sample application carefully as it
is almost entirely dedicated to showing how this can be done.

Kind regards,
Jason Wharton