`
iSmile
  • 浏览: 8059 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

You have an error in your SQL syntax; check the manual that corresponds to you

阅读更多
[size=x-small]最近将学的只是运用一下,在对数据库进行增删改查的时候,后台老是抛出
“You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '?,?,?,?,?,?,?,?,?)' at line 1”这样的异常,后来究其原因发现解决很简单。首先我用的是PreparedStatement 预处理语句 然后在调用更新update的时候,不小心用成了executeUpdate(sql);而这个是Statement中的命令,当然是不行了,该成executeUpdate()即可.
[/size]
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics