RE: select statement - Mailing list pgsql-odbc

From Dave Page
Subject RE: select statement
Date
Msg-id 8568FC767B4AD311AC33006097BCD3D61A2C75@woody.vale-housing.co.uk
Whole thread Raw
In response to select statement  ("Joseph" <lters@mrtc.com>)
Responses RE: select statement
List pgsql-odbc

> -----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.

pgsql-odbc by date:

Previous
From: "Joseph"
Date:
Subject: select statement
Next
From: "Johann Zuschlag"
Date:
Subject: RE: slow performance postgres 7.0.3 and odbc