To enable the trace option on OS X 10.2 (or earlier) or Unix,
add the trace option to the ODBC
configuration:
On Unix, explicitly set the
Traceoption in theODBC.INIfile.Set the tracing
ONorOFFby usingTraceFileandTraceparameters inodbc.inias shown below:TraceFile = /tmp/odbc.trace Trace = 1TraceFilespecifies the name and full path of the trace file andTraceis set toONorOFF. You can also use1orYESforONand0orNOforOFF. If you are using ODBCConfig fromunixODBC, then follow the instructions for tracingunixODBCcalls at HOWTO-ODBCConfig.