SQL异常----已生成用于更新的 ResultSet

原因是对某张表执行事务操作(更新 插入)时 在执行期间做了一个对该

表的查询的操作 所以报出该错误

rs = ps.executeQuery();

rs=ps.executeUpdate();

猜你喜欢

转载自blog.csdn.net/Mrchai521/article/details/84705243