> -----Original Message-----
> From: Philippe Lang [mailto:philippe.lang@attiksystem.ch]
> Sent: 09 December 2003 18:03
> To: Pgsql-Odbc (E-Mail)
> Subject: Re: [ODBC] Sniffer to trace ODBC calls?
>
> Hello,
>
> What I'm interested in, is the actual data that is returned
> by the server, and as you mention, it is not traced by this tool.
>
> I'm opening Access forms with a filter, and I'd like to know
> where the filtering is actually taking place: on the server,
> or on the client? I have a low-bandwith connection between
> the client and the server, this is something I have to take care of.
Try the MyLog option in the driver. It will show the data, but is very
verbose.
Regards, Dave.