Db Connection lost - any notification?
Posted: Thu 04 Dec 2008 15:22
Hi ,
We are inserting a large volume of records into a SQL server database table using a stored procedure.
The connection is a : TSQLConnection
The stored proc is a : TSQLStoredProc
The problem is as follows: At times the connection to the DB is lost
but the application still shows as being connected.
Is there perhaps some notification event that can be used to send feedback back to the application when a disconnection occurs?
Many thanks.
We are inserting a large volume of records into a SQL server database table using a stored procedure.
The connection is a : TSQLConnection
The stored proc is a : TSQLStoredProc
The problem is as follows: At times the connection to the DB is lost
but the application still shows as being connected.
Is there perhaps some notification event that can be used to send feedback back to the application when a disconnection occurs?
Many thanks.