字典翻译 问答 其它 java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1如何解决java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1x05atcom.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)x05atcom.mysql.jdbc.MysqlIO.c
问题标题:
java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1如何解决java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1x05atcom.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)x05atcom.mysql.jdbc.MysqlIO.c
问题描述:

java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1如何解决

java.sql.SQLException:Columncountdoesn'tmatchvaluecountatrow1

x05atcom.mysql.jdbc.SQLError.createSQLException(SQLError.java:946)

x05atcom.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2991)

x05atcom.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1637)

x05atcom.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1729)

x05atcom.mysql.jdbc.Connection.execSQL(Connection.java:3283)

x05atcom.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)

x05atcom.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1604)

x05atcom.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1519)

x05atcom.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1504)

x05atServer.log(Server.java:123)

x05atServer$Task.run(Server.java:144)

李守葆回答:
  这句话的意思是你所存储的数据与数据库表的字段类型定义不相匹配.   看看你的字段类型是否正确,是否越界,有无把一种类型的数据存储到另一种数据类型中.   这是网上找的
点击显示
其它推荐
热门其它推荐
  • 其它