控制台信息:
java.sql.SQLException: Syntax error or access violation, message from server: “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 “inser into webpage(siteid,pagename,filename,localfilepath) values (“14″,”娣诲姞” at line 1″
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1977)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1163)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1272)
at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1218)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2233)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2181)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1254)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1200)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1299)
at implement.SQLOperation.getLastInsertID(SQLOperation.java:96)
at versionFrame.AddPage$3.actionPerformed(AddPage.java:188)
本人SQL语句里的values乱码字段是是从textfield中get到的
Eclipse项目设置GBK,
MYSQL除了system级 其他都是gbk。
求高手帮忙解决!
java.sql.SQLException: Syntax error or access violation, message from server: “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 “inser into webpage(siteid,pagename,filename,localfilepath) values (“14″,”娣诲姞” at line 1″
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:1977)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1163)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1272)
at com.mysql.jdbc.MysqlIO.sqlQuery(MysqlIO.java:1218)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2233)
at com.mysql.jdbc.Connection.execSQL(Connection.java:2181)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1254)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1200)
at com.mysql.jdbc.Statement.executeUpdate(Statement.java:1299)
at implement.SQLOperation.getLastInsertID(SQLOperation.java:96)
at versionFrame.AddPage$3.actionPerformed(AddPage.java:188)
本人SQL语句里的values乱码字段是是从textfield中get到的
Eclipse项目设置GBK,
MYSQL除了system级 其他都是gbk。
求高手帮忙解决!
解决方案
60
eclipse 看下console属性配置,