Subject Re: [IBO] How to reconnect with a database server
Author Artur Anjos
henry FRANQUET wrote:

> Hi,
>
> I have problems with XP and power saving. Some of my clients
> configure their laptop to shutdown netcard and when restoring my
> application crashes as it cannot reconnect to the database server
> (even after disconnecting table the reconnection fails)
>
> I use Ibobject with delphi 5 and Firebird 1.5

You have to catch it and act as you had a connection lost. That's what
happen, anyway: your server have closed the connection, and rollback all
active transactions.

That's really hard to catch up lost connections. The simple solution
will be explain the problem to your clients. :-)

Artur