Assuming I set poolPreparedStatement to true in setting DBCP up, how do I
re-use a prepared statement.
Assuming at the start of a request, I grab a connection from the pool, how do
I organise to get the same connection as the one I used on my previous run
through on which I know I already have a prepared sql statement that I want
to re-use.
--
Alan Chandler
http://www.chandlerfamily.org.uk
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org
|