Re: scrollable ResultSet advise - Mailing list pgsql-jdbc

From Achilleas Mantzios
Subject Re: scrollable ResultSet advise
Date
Msg-id 200805150944.55342.achill@matrix.gatewaynet.com
Whole thread Raw
In response to Re: scrollable ResultSet advise  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Στις Thursday 15 May 2008 09:14:52 ο/η Kris Jurka έγραψε:
>
> On Mon, 12 May 2008, Achilleas Mantzios wrote:
>
> > However, in plain connnection.prepareStatement(String sql) calls,
> > ResultSet type defaults to FORWARD_ONLY, making the above code broken.
> >
> > I am wandering if there is a quick way to solve this problem, without
> > touching the huge number of PreparedStatements in the code.
>
> The easiest thing would just be to adjust the driver source code to
> restore the old behavior.
Thanx,
I thought about it and abandoned that idea, since i speculate it would come back and bite me sometime in the future.
Also now the fact that jdbc is not in the server source base it is even more discouraging.
i just rewrote the prepareStatement()'s calls.
Thanx for your answer.
>
> Kris Jurka
>



--
Achilleas Mantzios

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Not fetching the entire result set when using holdable cursors
Next
From: Daniel Migowski
Date:
Subject: Re: Testing JDBC Prepared Statements