预准备语句中的参数数量不正确

时间:2019-07-13 17:13:39

标签: mysql python-3.x

我想让mysql.connector模块正常工作很久。我真的很想找到一些准确的文档。碰到了小姐,我已经到了这里。

a & b 
correlations
a & c
correlations
b & c
correlations

这是程序(有点混乱,因为我已经尝试了很多事情才能使它起作用)。除了更新根本不起作用的事实之外,是什么引起了错误?只有一个参数,并且已被考虑。

(cin >> ncar).get(); //first form of taking int input
cin>>ncar;           //second form of taking int input

1 个答案:

答案 0 :(得分:0)

这是代码错误

conn.commit

应该是

conn.commit()