Re: odbc recordset.open with adCmdTable gets entire table on call

From: Ludek Finstrle <luf(at)pzkagis(dot)cz>
To: Antoine <melser(dot)anton(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc recordset.open with adCmdTable gets entire table on call
Date: 2006-01-27 14:19:00
Message-ID: 20060127141900.GC19397@soptik.pzkagis.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Tom Lane 2006-01-27 14:30:39 Re: Odbcapi30.c - 64 bit compiler warning cleanup
Previous Message Ludek Finstrle 2006-01-27 14:17:25 Re: network saturation