Search found 1 match

by thiagodp
13.10.2008, 22:34
Forum: ZDBC (ZEOS Database Connectivity)
Topic: How to detect connection lost ?
Replies: 9
Views: 10663

How to detect connection lost ?

How can I detect connection lost, during normal program execution ? i.e.: During my program execution I shutdown my database server by hand. Even implementing BeforeDisconnect and AfterDisconnect, I can't get the error. I think they are probably expecting normal disconnection, like when I call the D...