Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: scrollable ResultSet advise



Στις 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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group