Re: SQLExecute get result to client?

Поиск
Список
Период
Сортировка
От Ludek Finstrle
Тема Re: SQLExecute get result to client?
Дата
Msg-id 20020128145010.B14401@anxur.fi.muni.cz
обсуждение исходный текст
Ответ на Re: SQLExecute get result to client?  (Hiroshi Inoue <Inoue@tpf.co.jp>)
Список pgsql-odbc
> > 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.

I tried this. But it has no effect. I'll try it once more.

Thanks

Luf

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

Предыдущее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Connection Problem
Следующее
От: "Joseph Watson"
Дата:
Сообщение: Re: Connection Problem