我的sql命令有问题,大家能帮帮我吗?

cuxqih21  于 2021-07-03  发布在  Java
关注(0)|答案(0)|浏览(212)
String sql = "update staff set Name = \""+txtName.getText()+"\",Age = "+Integer.parseInt(txtAge.getText())+",Gender ="+cbGender.getSelectedItem().toString()+",Email = "+txtEmail.getText()+", Phone = "+txtPhone.getText()+", Salary ="+txtSalary.getText()+"where ID=\""+staff.elementAt(0)+"\"";

错误是这样说的:你的sql语法有错误;在第1行的“id=”2“附近,检查与mysql服务器版本相对应的手册,以获得正确的语法
我看得很仔细,但我不知道这个语法有什么错

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题