62,634
社区成员




org.apache.jasper.JasperException: An exception occurred processing JSP page /admin/chklogin.jsp at line 12
9: "'and user_password='"+password+"'";
10:
11: //smt = con.createStatement();
12: Statement smt_1 = con.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,ResultSet.CONCUR_UPDATABLE);
13: rs = smt_1.executeQuery(sql);
14: if(!rs.next()) {
15: String errmsg= "error1";