主题:又是一个SQL语句问题
我写了一个SQL更新的语句,不知道哪里错了!请指教
string insertStr = "update 题库 set 答案 = '" + textBox3.Text + " 'where 序号 = '" + UpdataID + "'";
string insertStr = "update 题库 set 答案 = '" + textBox3.Text + " 'where 序号 = '" + UpdataID + "'";
沙发
板凳
您尚未登录,请登录后再回复。点此登录或注册