You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Paul <pa...@msci.ca> on 2003/09/30 22:21:00 UTC

can resultset object be re-used

jdbc question (tomcat 4.x, java 1.4.2, jdbc 3.0):

can the ResultSet object be re-used to retrieve results from altogether different sql query in same .jsp page?  Or does a new ResultSet object need to be created for each distinct sql query?

-paul lomack.