Jmeter Can not issue data manipulation statements with executeQuery().

Jmeter 使用 jdbc 连接 Mysql 8.0.17, 

SQL Query:

  update info set iname = ? where inum = ?

Parameter values: lilei2,0002

Parameter types: varchar, char

执行后出现错误:

  Can not issue data manipulation statements with executeQuery().

解决办法:

  JDBC Request > SQL Query > Query Type 修改 Prepared Updata Statement,改完重试解决问题.

原文地址:https://www.cnblogs.com/levia/p/14858284.html