【发际线大作战】JDBC-Operation not allowed for a result set of type ResultSet.TYPE_FORWORWARD_ONLY.
改为“PreparedStatement pstmt=conn.prepareStatement(“select* from bbsmsg”,ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);”Connection conn =DriverManager.getConnection(uri,username,password);PreparedStatement pstmt=conn.prepareStatement(&q