Subject Re: [IBO] Can't close Query when FB is down
Author Andreas Hesse
Guido Klapperich wrote:
>>Are you running this from within the IDE?
>
>
> Yes
>
>
>>Maybe Jason (after a feature request?) has been trying to recover from a
>>"connection lost" situation.
>>Could you - when this happens - try just to disconnect any
>>TIB_Connection. This would/should? close all queries. (You can safely
>>assume that I haven't tried this).
>
>
> When I try to disconnect, I get the same exception, that the connection
> is lost.
>
> Regards
>
> Guido
>
>

you can try IB_Connection.ForceDisconnect

I think this method is for situations like this.

Regards,
Andreas