java.sql.SQLException: Can not issue data manipulation statements with executeQuery().
向数据库插入数据,而不是查询数据
应用executeUpdate()方法
java.sql.SQLException: Can not issue data manipulation statements with executeQuery().
向数据库插入数据,而不是查询数据
应用executeUpdate()方法