odbc recordset.open with adCmdTable gets entire table on call - Mailing list pgsql-odbc

From Antoine
Subject odbc recordset.open with adCmdTable gets entire table on call
Date
Msg-id 92d3a4950601270541w6974bf2dr@mail.gmail.com
Whole thread Raw
Responses Re: odbc recordset.open with adCmdTable gets entire table on call  (Ludek Finstrle <luf@pzkagis.cz>)
List pgsql-odbc
Hi,
I have figured out the problem to the network overload looking at the queries via ethereal.
The problem is this:

prec_recordset.open "my_table", my_connection, adOpenStatic, adLockOptimistic, adCmdTable

returns, as the msdn suggests it should the ENTIRE table. Or does it? With Oracle we have been using this instruction and it doesn't return the data for the entire table - in fact I don't think it returns very much at all. Is there a parameter we are missing on our connection string?
Cheers
Antoine

--
This is where I should put some witty comment.

pgsql-odbc by date:

Previous
From: Antoine
Date:
Subject: Re: network saturation
Next
From: Ludek Finstrle
Date:
Subject: Re: network saturation