Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: Need help with UnixODC to Postgres



ssrai(at)ismartpanache(dot)com wrote:
Hello all,

Can someone tell me how to turn the Trace "on" for generating the ODBC call traces. I have already made the following changes:

Odbcinst.ini
TraceFile = /home/user1/traceout.log
Trace = yes

&&

odbc.ini
Trace=1
Debug=1


Cheers,
Sam
Try odbcinst -j to ensure that you are editing the correct odbcinst.ini.

Then try something like...

[ODBC]
Trace           = 1
ForceTrace              = 1
TraceFile               = /tmp/sql.log


--
Peter




Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group