No subject
Sat Nov 12 19:29:10 PST 2005
concurrent hits approach it. Anyone know what mighgt cause this from a =
code standpoint. All my JSP's use beans that query the file. The bean is =
alive only for the life of the request. I assume that when the bean dies =
any database connections it creates witht he file are close? Is that =
wrong. My code won't return the result set if i close the statement or =
resultset in the bean. I get a ResultSet was closed error from the JSP. =
can I close the connection from the jsp? My thoughts are no, because the =
JSP has no control over the connection.
help
Jeremy
---
To unsubscribe, mail advanced-java-unsubscribe at xcf.berkeley.edu
To get help, mail advanced-java-help at xcf.berkeley.edu
More information about the Advanced-java
mailing list