Subject AW: [firebird-support] Connect/disconnect
Author Steffen Heil
Hi

> If I insert data from one, I can't see inserted data from other before I
close database connection from first one and the renew connection from
second one.

When you close a connection the transaction is closed. And when you
reconnect, a new transaction is created.
Hard commit both transactions and you should see those changes.

Regards,
Steffen