Enable database tracingTag(s): Database

In the pb.ini file set the parameter
[database]
dbtracefile=c:\sqltrace.log
if not specify, the default is C:\WINDOWS\PBTRACE.LOG

You enable the tracing with

SQLCA.dbms = "TRACE ODBC"  // ODBC
SQLCA.dbms = "TRACE O73"   // Oracle 7.3



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2012
[ home ]