Subject | Re: [firebird-support] Visibility issue |
---|---|
Author | Woody (TMW) |
Post date | 2005-03-29T16:46:12Z |
From: "Steve Harp" <steve@...>
to re-query the data for updated information.
HTH
Woody (TMW)
> Hi All,Make sure your transactions are set to read-committed. Then, you only need
>
> 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?
>
to re-query the data for updated information.
HTH
Woody (TMW)