Contents|Index|Previous|Next
Tracing
The ODBC Driver Manager has a trace facility that allows the sequence of
function calls made by an ODBC application to be recorded and transcribed into a log
file. Tracing is performed by a trace DLL that captures calls between the
application and the Driver Manager, and the Driver Manager and the driver. This
method of tracing replaces the tracing performed by the ODBC 2.x Driver Manager and the tracing performed in ODBC 2.x by ODBC Spy.