DBUtils is a perfect match for database work - also when using a 
connection pool such as dbcp. In general you shouldn't need to worry 
whether the connection is from a pool or manually created. The only 
difference is the way the connection is obtained.

Med venlig hilsen / Best regards, 

Mikkel Heisterberg




Tomá? Procházka <[EMAIL PROTECTED]> 
20-02-2006 16:32
Please respond to
"Jakarta Commons Users List" <[email protected]>


To
[email protected]
cc

Subject
[dbutils] use it for Tomcat DB connection pooling






Hi.

I have one question.

Is possible use DBUtils in Tomcat container where connection is from 
pooling?

On the page 
http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html 
is  properly written code to use a db connection obtained from a 
connection pool. 

This example close RS,Statement and Connection immediately after use it 
and again in finnaly block. Also set reference pointer to null. Its 
problem, that DBUtils doesn't make this?

Exist any another small and usefull library especially for Tomcat?

Thanks you for reply.

-- 
Tomas Prochazka


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to