asp中数据库更新问题
我想同时更新两项:stringtxt3="Update[User]Setpwd='"+TextBox2.Text+"'and='"+"0"+"'";txt3+="wher...
我想同时更新两项:
string txt3 = "Update [User] Set pwd='" + TextBox2.Text + "' and='"+"0"+"'";
txt3 += "where name='" + name1 + "'";
为什么同时跟新两项不行,上面的代买运行时显示and附近有语法错误。
把 and='"+"0"+"'这个去掉就是正确的?
and 后面少个 status,应该是 and status='"+"0"+"' 展开
string txt3 = "Update [User] Set pwd='" + TextBox2.Text + "' and='"+"0"+"'";
txt3 += "where name='" + name1 + "'";
为什么同时跟新两项不行,上面的代买运行时显示and附近有语法错误。
把 and='"+"0"+"'这个去掉就是正确的?
and 后面少个 status,应该是 and status='"+"0"+"' 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询