Discussion:
SQLConnection / lost connection
(too old to reply)
PhilDGS
2008-03-07 21:17:04 UTC
Permalink
Hi All;

I use BDS2006 / DBExpress 3.

My application uses the TSQLConnection-TSQLDataset-TDatasetProvider
components, for connecting to database servers such as Oracle or PostgreSQL.

When the database client looses his connection to the database server, I
can't find how to get any notification of that situation. Is there a way for
know that?. Also, is there a way to fix our connection after the connection
between database server and the database client was fixed?

Thank you!

Phil
DelphiUser
2008-03-12 08:59:03 UTC
Permalink
I had the same problem.

http://qc.codegear.com/wc/qcmain.aspx?d=7627

You probably need to invent your own handling for this scenario.
Post by PhilDGS
Hi All;
I use BDS2006 / DBExpress 3.
My application uses the TSQLConnection-TSQLDataset-TDatasetProvider
components, for connecting to database servers such as Oracle or PostgreSQL.
When the database client looses his connection to the database server, I
can't find how to get any notification of that situation. Is there a way for
know that?. Also, is there a way to fix our connection after the connection
between database server and the database client was fixed?
Thank you!
Phil
Loading...