Re: SQLExecute get result to client?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: SQLExecute get result to client?
Дата
Msg-id 3C54914A.B8DEEBB@tpf.co.jp
обсуждение исходный текст
Ответ на SQLExecute get result to client?  (Ludek Finstrle <xfinstrl@informatics.muni.cz>)
Ответы Re: SQLExecute get result to client?
Список pgsql-odbc
Ludek Finstrle wrote:
>

[snip]

> There is difference between Postgres and MSSQL ODBC. Postgres load whole
> result to client in SQLExecute but MSSQL not. Table have +-500000 rows and
> transfer through net takes very long time.
>
> So my question is: Exists some patch to fix this? Or could you help me
> with basic information what I have to change?

Turn on the Use Declare/Fetch option.
It would work well with read-only applications.

regards,
Hiroshi Inoue

В списке pgsql-odbc по дате отправления:

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: SQLExecute get result to client?
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Connection Problem