Re: Improve ODBC Throughput ?

Поиск
Список
Период
Сортировка
От Hiroshi Inoue
Тема Re: Improve ODBC Throughput ?
Дата
Msg-id 45389450.7010606@tpf.co.jp
обсуждение исходный текст
Ответ на Re: Improve ODBC Throughput ?  (Arnaud Lesauvage <thewild@freesurf.fr>)
Список pgsql-odbc
Arnaud Lesauvage wrote:
> Ludek Finstrle a écrit :
>>
>> UseDeclareFetch and UseServerSidePrepare are disjoint options.
>> If I remember it the right way the UseServerSidePrepare disallow
>> UseDeclareFetch. Please try UseServerSidePrepare=0 when you want
>> using DeclareFetch.

It's not true.
Though the driver doesn't use PREPARE functionality for SELECT statements
under UseDeclareFetch mode, it uses PREPARE functionality for other DML
commands.

regards,
Hiroshi Inoue




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

Предыдущее
От: Ludek Finstrle
Дата:
Сообщение: Re: Improve ODBC Throughput ?
Следующее
От: Arnaud Lesauvage
Дата:
Сообщение: Re: Improve ODBC Throughput ?