JSP 连接access数据库的问题
这是提示的错误本人菜鸟麻烦大侠们解释一下org.apache.jasper.JasperException:UnabletocompileclassforJSP:Aner...
这是提示的错误 本人菜鸟 麻烦大侠们解释一下
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 65 in the jsp file: /access.jsp
The method colse() is undefined for the type ResultSet
62: </TR>
63: <%
64: }
65: rs.colse();
66: stmt.close();
67: conclose();
68: %>
An error occurred at line: 67 in the jsp file: /access.jsp
The method conclose() is undefined for the type access_jsp
64: }
65: rs.colse();
66: stmt.close();
67: conclose();
68: %>
69: </TABLE>
70: </CENTER>
是不是 JDK+Tomcat 就可以搞定这个问题 用的OBDC数据源 展开
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 65 in the jsp file: /access.jsp
The method colse() is undefined for the type ResultSet
62: </TR>
63: <%
64: }
65: rs.colse();
66: stmt.close();
67: conclose();
68: %>
An error occurred at line: 67 in the jsp file: /access.jsp
The method conclose() is undefined for the type access_jsp
64: }
65: rs.colse();
66: stmt.close();
67: conclose();
68: %>
69: </TABLE>
70: </CENTER>
是不是 JDK+Tomcat 就可以搞定这个问题 用的OBDC数据源 展开
4个回答
展开全部
7: conclose(); 这里掉了一个点
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
65: rs.colse(); //这个应该是rs.close
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
67: conclose();
应该改为con.close();
应该改为con.close();
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询