Trace

The Trace item on the Tools menu turns tracing on and off. If tracing is currently disabled, selecting this menu item enables tracing. ODBC Test displays a dialog box in which you can specify a trace file and whether the Driver Manager overwrites or appends to that trace file. It is equivalent to calling SQLSetConnectAttr with the SQL_ATTR_TRACE and SQL_ATTR_TRACEFILE options to enable tracing and specify a trace file. While tracing is enabled, ODBC Test places a check mark beside the Trace menu item.

If tracing is currently enabled, selecting this menu item disables tracing. It is equivalent to calling SQLSetConnectAttr with the SQL_ATTR_TRACE option to disable tracing.