> -----Original Message-----
> From: Joseph [mailto:lters@mrtc.com]
> Sent: 21 June 2001 11:54
> To: pgsql-odbc@postgresql.org
> Subject: [ODBC] select statement
>
>
> Why does the odbc driver sometimes put a
>
> 'select * from'
>
> in front of select statments?
>
> It seems to only do it sometimes...
>
> respectfully,
> Joseph
This is often done by Microsoft DAO or ADO when you specify commandtype =
Table on a datacontrol or similar. If you specify commandtype = Text this
will not happen.
HTH, regards, Dave.