| 发表于:2008-01-21 11:33:44 楼主 |
java.sql.sqlexception: streaming result set com.mysql.jdbc.rowdatadynamic@dafa2c is still active. only one streaming result set may be open and in use per-conne ction. ensure that you have called .close() on any active result sets before at tempting more queries. at com.mysql.jdbc.mysqlio.checkforoutstandingstreamingdata(mysqlio.java: 1805) at com.mysql.jdbc.mysqlio.sendcommand(mysqlio.java:835) at com.mysql.jdbc.mysqlio.sqlquerydirect(mysqlio.java:956) at com.mysql.jdbc.mysqlio.sqlquery(mysqlio.java:928) at com.mysql.jdbc.connection.EXECsql(connection.java:1871) at com.mysql.jdbc.connection.EXECsql(connection.java:1805) at com.mysql.jdbc.statement.EXECutequery(statement.java:1143) at org.apache.jsp.index_jsp._jspservice(index_jsp.java:310) at org.apache.jasper.runtime.httpjspbase.service(httpjspbase.java:94) at javax.servlet.http.httpservlet.service(httpservlet.java:802) at org.apache.jasper.servlet.jspservletwrapper.service(jspservletwrapper .java:324) at org.apache.jasper.servlet.jspservlet.servicejspfile(jspservlet.java:2 92) at org.apache.jasper.servlet.jspservlet.service(jspservlet.java:236) |
|
|
|
|