Subject Re: [IBO] Connection lost to database
Author Jason Wharton
> I am using IBO components with Firebird 1.0.3. My program is a normal
> one thread (no multi-thread).
>
> Sometimes (not always), when the application executes a normal SQL
> instrucction (select * from ...) , the message "Connection lost to
> database" appears. I cannot found a relation because appears
> sometimes in anyplace.
>
> Then I need to close my application. I have noted that if the
> IBOConsole program is opened, also it lost the connection.
>
> Any suggestion? Thanks in advanced

Sounds like either bad network connectivity or a corrupted database.
There are also possibilities of it being a bug in the server, but these are
rare.

Jason