在java应用程序中我用 JPasswordField tf2=new JPasswordField(10);
 char[] c=tf2.getPassword();
String pass=new String(c);
我的mysql数据库中 password是int型的 每次这样获得的数据添加 老报错 为什么
java.sql.SQLException: Column count doesn't match value count at row 1
着是异常