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