Subject Re: [firebird-support] Synchronization Help
Author Helen Borrie
At 09:50 AM 9/01/2004 -0500, you wrote:
>Hello Richard:
>
>Thanks for your time.
>
>Yes. I committed each transaction.

The data which you view on the client are not "live data". After
committing, your application needs to requery each one to update the
client's view of the database state. If not, your client just continues to
see what it saw when the (now committed) transaction was started.

/heLen