Subject RE: [IBO] How can I detect if network down and connection with Firebird was lost ?
Author Jason Wharton
> Ok, but if network have a instability like a switch shutdown ?
> When network come back to work, how can I restore connection ?
> I need something like : VerifyConnection detect if network come back
> to work and self restore connect with Firebird.

This is an area where I want to improve IBO in the version 5.x.
For now if the connection is lost you actually will need to rollback your
transactions and disconnect your database and connect back up again.

This will still need to be true in the future as well, I just hope to make
it happen more transparently so there is less impact on the application.

Jason