改为“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("select* from bbsmsg",