“,” 附近有语法错误 在线等
fr.linkdata();
string str="Delete from sensala where 教师编号='"+ds.Tables[0].Rows[dataGridView1.CurrentCell.RowIndex][0]+"',应发工资='"+ds.Tables[0].Rows[dataGridView1.CurrentCell.RowIndex][1]+"',实发工资='"+ds.Tables[0].Rows[dataGridView1.CurrentCell.RowIndex][2]+"', 月份='"+ds.Tables[0].Rows[dataGridView1.CurrentCell.RowIndex][3]+"'";
SqlCommand cmd = new SqlCommand(str, fr.sqlConnection1);
cmd.ExecuteNonQuery();
MessageBox.Show("删除成功", "提示");
fr.sqlConnection1.Close();
都是半角的 跟踪也跟踪了
------最佳解决方案--------------------where a='XXX' AND
AND.....
------其他解决方案--------------------哎 是 是 是 真糗