Subject Firebird Interbase Database Gracious Disconnect
Author solomon_lindsey
I have a C++ Builder application connecting to a database over
TCP/IP, using Interbase Express Components. At any given times, there
is a connection open, and 2-3 open TIBDatasets (associated with some
grids).
I would like to graciously close the program or announce the user
that the connection has been terminated, if the anything goes wrong
(for example someone decides to shutdown the database server in the
middle of the day), or someone decided to switch off the switch.

A.