Re: scrollable ResultSet advise

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема Re: scrollable ResultSet advise
Дата
Msg-id 200805150944.55342.achill@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Re: scrollable ResultSet advise  (Kris Jurka <books@ejurka.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Not fetching the entire result set when using holdable cursors
Следующее
От: Daniel Migowski
Дата:
Сообщение: Re: Testing JDBC Prepared Statements