> I've double-checked the code and I'm doing a getConnection() and then a
> freeConnection() in the same method and the freeConnection() is in a finally
> block, so it always gets executed.

you also need to close your PreparedStatements and your Statements.

you should check out Village, it does all of that for you...

<http://www.working-dogs.com/village/>

-jon

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to