An error occurred at line: 45 in the jsp file: /myjsp.jsp
The type javax.resource.cci.ResultSet cannot be resolved. It is indirectly referenced from required .class files
42: out.println("已经获得datesouce");
43: out.println("<br>");
44: String str="select * from examinee";
45: ResultSet rst=dba.query(str);
46: out.println("以下是数据库得去出来的数据:<br>");
47: while(rst.next())
48: {
各位大侠怎么解决啊??每次都是query这个方法有问题?日!!
...全文
2019打赏收藏
真想干!
An error occurred at line: 45 in the jsp file: /myjsp.jsp The type javax.resource.cci.ResultSet cannot be resolved. It is indirectly referenced from required .class files 42: out.println("已经获得datesouce"); 43: out.println(""); 44: String str="sele