Consultor Eletrônico



Kbase 35815: How to turn on ODBC tracing on UNIX?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P5815

GOAL:

How to turn on ODBC tracing on UNIX?

GOAL:

How to generate an ODBC trace file on UNIX?

FACT(s) (Environment):

UNIX
Progress 9.x

FIX:

Set the Trace option value under the ODBC section in the $DLC/odbc/odbc.ini file to 1 so that ODBC API calls are outputted to an ODBC trace log file, which is specified by the TraceFile option. Example:

[ODBC]
InstallDir=/usr1/dlc/odbc
Trace=1
TraceFile=odbctrace.out
TraceDll=/usr1/dlc/odbc/lib/odbctrac.so
UseCursorLib=0