Jump to Real's How-to Main page

Enable database tracing

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 supportfor this Web site and its content.

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