Re: PostgreSQL, WebObjects and fetchSize - Mailing list pgsql-jdbc

From Jan Willem Luiten
Subject Re: PostgreSQL, WebObjects and fetchSize
Date
Msg-id 61132397-965F-43FA-A744-759398221DD7@secondmove.com
Whole thread Raw
In response to Re: PostgreSQL, WebObjects and fetchSize  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: PostgreSQL, WebObjects and fetchSize
List 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 by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: PostgreSQL, WebObjects and fetchSize
Next
From: Oliver Jowett
Date:
Subject: Re: PostgreSQL, WebObjects and fetchSize