Dynamic Tracing
The variable ODBCSharedTraceFlag is set to enable tracing dynamically. This variable is shared among all
running copies of the Driver Manager. If any application sets this variable, tracing
is enabled for all ODBC applications currently running. To turn tracing off
when dynamic tracing is enabled, an application calls SQLSetConnectAttr to set SQL_ATTR_TRACE to SQL_TRACE_OFF. This call will turn tracing off for
that application only. Applications that are linked with ODBC32.LIB can modify
use of this variable. Trace data can be displayed in a real-time window, instead
of the trace file, which must be opened after the ODBC session. Controls can
be added to an application’s screen to turn tracing on or off at will.
The trace DLL shipped with the ODBC 3.0 SDK is not thread-safe. It is not
guaranteed that the log file is written correctly if global tracing is enabled (the
variable ODBCSharedTraceFlag is set) and more than one application writes to the trace file at the same
time. This condition does not return an error.