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

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: odbc recordset.open with adCmdTable gets entire table on call
Дата
Msg-id 20060127141900.GC19397@soptik.pzkagis.cz
обсуждение исходный текст
Ответ на odbc recordset.open with adCmdTable gets entire table on call  (Antoine <melser.anton@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: network saturation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Odbcapi30.c - 64 bit compiler warning cleanup