Subject Re: EIBClientError
Author Alexander V.Nevsky
--- In firebird-support@yahoogroups.com, Marek Konitz <marekk@s...>
wrote:
> Hi all,
> Does anyone know how to write application with IBX wich can
reconnect on
> lost connection, or at least safely close?

Marek, I know 2 publications:

http://www.ibase.ru/fibc/ibx_disc.htm - for IBX 6.03

near without author's text, only code modifications

http://www.ibase.ru/devinfo/ibx_connect.txt - for IBX 4.x.

some more text (in Russian) but you can try to understand code without
text.

Personally I write own Application.OnException and in critical
situations call Application.Terminate there.

Best regards,
Alexander