Re: ResultSet with more than 5 rows causes error
- From: Kris Jurka <books(at)ejurka(dot)com>
- To: Eric Faulhaber <ecf(at)goldencode(dot)com>
- Cc: Ludovico Bianchini <metlud(at)yahoo(dot)it>, pgsql-jdbc(at)postgresql(dot)org
- Subject: Re: ResultSet with more than 5 rows causes error
- Date: Thu, 27 Sep 2007 17:21:26 -0400 (EDT)
- Message-id: <Pine.BSO.4.64.0709271720260.16033@leary.csoft.net> <text/plain>
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
Home |
Main Index |
Thread Index