Can not issue data manipulation statements with executeQuery()的解决方案

Posted changpuyi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Can not issue data manipulation statements with executeQuery()的解决方案相关的知识,希望对你有一定的参考价值。

技术图片

 Can not issue data manipulation statements with executeQuery() 报错的解决方案:
把“ResultSet rs = statement.executeQuery(sql);”改成“boolean rs = statement.execute(sql);”就不会报错了。
原因是查询sql是把查询的结果都打印出来,修改更新(update)只需要判断是否执行成功,不需要打印结果,
所以这里不能用executeQuery()方法。

技术图片

上面打印的结果显示false,查看数据库的值已经被修改了。把“ statement.execute(sql)”改成

“ statement.executeUpdate(sql);”就可以啦~

 

以上是关于Can not issue data manipulation statements with executeQuery()的解决方案的主要内容,如果未能解决你的问题,请参考以下文章

java sql SQLException Can not issue data manipulation statem

Can not issue data manipulation statements with executeQuery() 异常处理

java.sql.SQLException: Can not issue data manipulation statements with execu 这是错误提示

Eclipse运行自动化脚本报错: invalid element state: Element is not currently interactable and may not be manipu

MB Star troubleshot Mercedes VITO can not drive issue

Caused by java sql BatchUpdateException Can not issue exec