编写了jsp谁能帮忙看下有什么问题
编写了jsp 谁能帮忙看下 有什么问题
技术交流ResultSet rs=null;
String str="select publish_id,publish_name,publish_time,publish_text from comment_tb order by publish_time desc ";
query.connect();
rs=query.select(str);
while(rs.next()){
%>
用户序号: | |
用户名: | "> |
时间: | "> |
发布内容: | |
2010-5-6 11:25:57 org.apache.catalina.core.StandardWrapperValve invoke
严重: Servlet.service() for servlet jsp threw exception
java.sql.SQLException: 结果集已耗尽
那代码需要怎么样修改
展开