java.sql.SQLException: Can not issue data manipulation statements with executeQuery()

大概是因爲你將update,insert,delete操作也用了executeQuery(),正確應該使用executeUpdate()這個方法,注意:這些方法中不需要再添加sql語句執行,否則會出錯誤
相關文章
相關標籤/搜索