为了账号安全,请及时绑定邮箱和手机立即绑定

插入方法这样怎么不行

public void addGoddess(Goddess g) throws SQLException{

Connection con=ww.getConnection();

String sql="insert into ta1 values (?,?,?,?,?,?,?,?,?,?,?,?)";

    

sta=con.prepareStatement(sql);

sta.setInt(1, g.getId());

sta.setString(2, g.getUse_name());

sta.setInt(3, g.getSex());

sta.setInt(4, g.getAge());

sta.setDate(5, new Date(g.getBirthday().getTime()));

sta.setString(6, g.getEmail());

sta.setString(7, g.getMobile());

sta.setString(8, g.getCreate_user());

sta.setDate(9, new Date(g.getCreate_date().getTime()));

sta.setString(10, g.getUpdate_user());

sta.setDate(11, new Date(g.getUpdate_date().getTime()));

sta.setInt(12, g.getIsdel());

sta.executeUpdate(sql);

  

}


正在回答

3 回答

你有代码吗

0 回复 有任何疑惑可以回复我~

这是用报错信息

Exception in thread "main" java.sql.SQLException: 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

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

插入方法这样怎么不行

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信