Installation guide
mxODBC - Python ODBC Database Interface
19.1.2 iODBC Driver Manager
To enable ODBC level tracing, open the /etc/odbc.ini or ~/.odbc.ini file and add
this section to it:
[ODBC]
Trace = 1
TraceFile = /tmp/odbc.log
If you already have such entries in the [ODBC] section, make sure that the settings
are correct and that
Trace is set to 1.
After that is done, start you application or script using mxODBC and run the code
that is causing problems with the driver in question.
After you've run the application or script, open the odbc.ini file again and set Trace
to 0. This will disable ODBC call level tracing.
Finally, pick up the ODBC trace file from the location you've chosen
(/tmp/odbc.log in the example) and email it to support@egenix.com
.
19.1.3 unixODBC Driver Manager
To enable ODBC level tracing, open the /etc/odbcinst.ini or ~/.odbcinst.ini file
and add this section to it:
[ODBC]
Trace = 1
TraceFile = /tmp/odbc.log
If you already have such entries in the [ODBC] section, make sure that the settings
are correct and that
Trace is set to 1.
After that is done, start you application or script using mxODBC and run the code
that is causing problems with the driver in question.
After you've run the application or script, open the odbcinst.ini file again and set
Trace to 0. This will disable ODBC call level tracing.
Finally, pick up the ODBC trace file from the location you've chosen
(/tmp/odbc.log in the example) and email it to support@egenix.com
.
19.1.4 DataDirect ODBC Driver Manager
Please use the same approach as for the iODBC Driver Manager.
190