SAP DB:ODBC Installationsanleitung Seite 212

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 225
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 211
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 su[email protected]
.
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 su[email protected]
.
19.1.4 DataDirect ODBC Driver Manager
Please use the same approach as for the iODBC Driver Manager.
190
Seitenansicht 211
1 2 ... 207 208 209 210 211 212 213 214 215 216 217 ... 224 225

Kommentare zu diesen Handbüchern

Keine Kommentare