Re: Need help with UnixODC to Postgres

From: Peter Harvey <pharvey(at)codebydesign(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Need help with UnixODC to Postgres
Date: 2007-12-13 14:22:55
Message-ID: 4761403F.4010104@codebydesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Hiroshi Saito 2007-12-14 06:35:52 Re: odbc problem on Japanese windows machine
Previous Message Sofer, Yuval 2007-12-13 13:51:41 odbc problem on Japanese windows machine