<< Click to Display Table of Contents >> BeforeDisconnect |
![]() ![]() ![]() |
METHOD BeforeDisconnect(sConn, oConn) CLASS <CALLBACK>
Arguments
sConn | Connection Name |
oConn | The connection object (not open yet) |
Returns |
Irrelevant
Description
With this callback you have the chance to Cleanup connection related things before the connection is closed
Example
METHOD BeforeDisconnect (sConn, oConn) CLASS MyConnectionCallBack
// Clean up global reference to connection
goConn := NULL_OBJECT
RETURN NIL