View Single Post

   
  #4 (permalink)  
Old 04-16-2008, 01:55 AM
Kris Jurka
 
Posts: n/a
Default Re: ResultSet with more than 5 rows causes error



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


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote