WangShiQin
Member
sql = "INSERT INTO findtable (station_num, employeer_name, result) VALUES (?,?,?)"
MysqlJdbc.ExecNonQuery2(sql,Array As Object(station_num, employeer_name, result))
under Debug , run ok. but under Release, Error occurred, java.sql.SQLException: Could not retrieve transaction read-only status from server, why? thanks
AdditionalJar: mysql-connector-java-5.1.49-bin
jdbcSQL 1.5
MysqlJdbc.ExecNonQuery2(sql,Array As Object(station_num, employeer_name, result))
under Debug , run ok. but under Release, Error occurred, java.sql.SQLException: Could not retrieve transaction read-only status from server, why? thanks
AdditionalJar: mysql-connector-java-5.1.49-bin
jdbcSQL 1.5