Hello, in ASP after making a connection to a database and creating a resultset it is highly advantageous to place cleanup code to release the connection and db object vars and the like.
Is there anything in JSP that "should" be done to ensure the database (JDBC) and related vars are released?
I am already using try\catch for errors - I am looking for best practices in JSP for database code usage.
Thanks for your advice,
Michael
Is there anything in JSP that "should" be done to ensure the database (JDBC) and related vars are released?
I am already using try\catch for errors - I am looking for best practices in JSP for database code usage.
Thanks for your advice,
Michael