最新文章专题视频专题问答1问答10问答100问答1000问答2000关键字专题1关键字专题50关键字专题500关键字专题1500TAG最新视频文章推荐1 推荐3 推荐5 推荐7 推荐9 推荐11 推荐13 推荐15 推荐17 推荐19 推荐21 推荐23 推荐25 推荐27 推荐29 推荐31 推荐33 推荐35 推荐37视频文章20视频文章30视频文章40视频文章50视频文章60 视频文章70视频文章80视频文章90视频文章100视频文章120视频文章140 视频2关键字专题关键字专题tag2tag3文章专题文章专题2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章专题3
当前位置: 首页 - 科技 - 知识百科 - 正文

java-mysql语法错误的问题

来源:动视网 责编:小采 时间:2020-11-09 16:33:13
文档

java-mysql语法错误的问题

java-mysql语法错误的问题:mysqljava 在写课程设计时,已经连接好数据库,执行sql语句时,抛出异常,说是sql语句错误,可是前面的引用都好着呢,求大神帮助,ps:数据库里面id的类型是 int (11) ,外面传递过去是 String,请问有影响吗多谢代码如下:String sql1 = updat
推荐度:
导读java-mysql语法错误的问题:mysqljava 在写课程设计时,已经连接好数据库,执行sql语句时,抛出异常,说是sql语句错误,可是前面的引用都好着呢,求大神帮助,ps:数据库里面id的类型是 int (11) ,外面传递过去是 String,请问有影响吗多谢代码如下:String sql1 = updat


mysqljava

在写课程设计时,已经连接好数据库,执行sql语句时,抛出异常,说是sql语句错误,可是前面的引用都好着呢,求大神帮助,ps:数据库里面id的类型是 int (11) ,外面传递过去是 String,请问有影响吗?多谢
代码如下:
String sql1 = "update test0 set name = " + tf1.getText() + "where test0.id = "+inputValue+"";

抛出的异常如下:
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: 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 'test0.id = 04123010' at line 1
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
at com.mysql.jdbc.Util.getInstance(Util.java:386)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4190)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4122)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2812)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2761)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:894)
at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:732)
at 修改员工信息界面$2.actionPerformed(修改员工信息界面.java:444)
at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

文档

java-mysql语法错误的问题

java-mysql语法错误的问题:mysqljava 在写课程设计时,已经连接好数据库,执行sql语句时,抛出异常,说是sql语句错误,可是前面的引用都好着呢,求大神帮助,ps:数据库里面id的类型是 int (11) ,外面传递过去是 String,请问有影响吗多谢代码如下:String sql1 = updat
推荐度:
标签: 错误 问题 出错
  • 热门焦点

最新推荐

猜你喜欢

热门推荐

专题
Top