其他分享
首页 > 其他分享> > Jemeter Can not issue data manipulation statements with executeQuery().

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

作者:互联网

Jemeter 使用 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,改完重试解决问题.

 

标签:statements,Jemeter,Parameter,executeQuery,manipulation,Query,issue
来源: https://www.cnblogs.com/levia/p/14858284.html