Does the breaking of an ODBC connection produce a logoff event?
I can't seem to get it to.
What I was hoping was to use a trigger to do automatic cleanup
of session specific data. But the closing of the ODBC does not
fire the logoff trigger, even though closing sqlplus does.
Is there something I'm missing here? Is there a better way to
cleanup session specific data when connecting through ODBC?
I'm concerned with the case where the other end (a VB app)
gets abnormally terminated.
Socks
I can't seem to get it to.
What I was hoping was to use a trigger to do automatic cleanup
of session specific data. But the closing of the ODBC does not
fire the logoff trigger, even though closing sqlplus does.
Is there something I'm missing here? Is there a better way to
cleanup session specific data when connecting through ODBC?
I'm concerned with the case where the other end (a VB app)
gets abnormally terminated.
Socks
Comment