Re: PostgreSQL, WebObjects and fetchSize

Поиск
Список
Период
Сортировка
От Jan Willem Luiten
Тема Re: PostgreSQL, WebObjects and fetchSize
Дата
Msg-id 61132397-965F-43FA-A744-759398221DD7@secondmove.com
обсуждение исходный текст
Ответ на Re: PostgreSQL, WebObjects and fetchSize  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: PostgreSQL, WebObjects and fetchSize  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Hello Oliver,

Thanks for the prompt reply. Unfortunately I've got no access to
Statement.setFetchSize() from within WebObjects. Is there any other
way to solve this?

Kind regards,

Jan Willem

On May 11, 2005, at 3:59 PM, Oliver Jowett wrote:

> Jan Willem Luiten wrote:
>
>
>> This seems to be caused by the jdbc adaptor reading the complete
>> resultset instead of using a scrollable cursor. Is there a way to
>> solve
>> this, eg by setting the fetchsize in some way?
>>
>
> Yes: Statement.setFetchSize(). Currently it only takes effect with
> autocommit off and TYPE_FORWARD_ONLY resultsets.
>
> -O
>
>


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: PostgreSQL, WebObjects and fetchSize
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: PostgreSQL, WebObjects and fetchSize