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

From Ludek Finstrle
Subject Re: odbc recordset.open with adCmdTable gets entire table on call
Date
Msg-id 20060127141900.GC19397@soptik.pzkagis.cz
Whole thread Raw
In response to odbc recordset.open with adCmdTable gets entire table on call  (Antoine <melser.anton@gmail.com>)
List pgsql-odbc
> 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?

There is use declare/fetch option which I mentioned few seconds ago
in another e-mail to you :-)

Regards,

Luf

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: network saturation
Next
From: Tom Lane
Date:
Subject: Re: Odbcapi30.c - 64 bit compiler warning cleanup