Subject Re: [firebird-support] Problem with GDS32.DLL???
Author Woody (TMW)
> Hello everybody!
>
> Currently I use the newest IBX components in Delphi to access a Firebird
1.0.3 server (and I use the correct GDS32.DLL).
>
> If I get a connection lost and try to start queries I get a lot of
exceptions. Ok that is correct. But if I try to close my application after a
connection lost I get exceptions, software errors and runtime errors. I used
MemProof and it seems that the GDS32.DLL cannot really handle that
connection lost?????? Or am I wrong?
>
> Has anybody a idea or can help? Thank you very much in advance.

This is probably more a problem with IBX, not Firebird. Try using the
ForceClose method of the IBDatabase to force the connection to close. That
will eliminate most of the errors.

Woody (TMW)