Re: ResultSet with more than 5 rows causes error

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: ResultSet with more than 5 rows causes error
Дата
Msg-id Pine.BSO.4.64.0709271720260.16033@leary.csoft.net
обсуждение исходный текст
Ответ на Re: ResultSet with more than 5 rows causes error  (Eric Faulhaber <ecf@goldencode.com>)
Список pgsql-jdbc

On Thu, 27 Sep 2007, Eric Faulhaber wrote:

> If this is the case, couldn't he use "?prepareThreshold=0" at the end of his
> connect URL as a temporary workaround?  It will be slower, but it would
> unblock him.
>

Yes, but it's pretty much equivalent to his current workaround of creating
a new CallableStatement object inside the loop and that doesn't affect
other queries.

Kris Jurka


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

Предыдущее
От: Eric Faulhaber
Дата:
Сообщение: Re: ResultSet with more than 5 rows causes error
Следующее
От: David Gagnon
Дата:
Сообщение: rs.getBigDecimal returning Null on field that is not null