Subject Visibility issue
Author Steve Harp
Hi All,

I have two applications that use the same database; applications A & B.

If A is running with the database open and I run a process using B,
the changes aren't seen by A until I close and reopen the database.
When B runs the process, it opens the database, updates some data, and
closes the database. No transactions should be left open by B.

What can I do in A to make sure that the changes made by B will be
visible without having to close and open the database?

Thanks,
Steve