asp update修改sql数据库问题
我用stringupdateStr="updateguestsetUsername='"+TextBox1.Text+"',Password='"+TextBox2.Te...
我用string updateStr = "update guest set Username='" + TextBox1.Text + "',Password='" + TextBox2.Text + "',Tel='" + TextBox3.Text + "',Email='" + TextBox4.Text + "',Addr='" + TextBox5.Text + "',Zip='" + TextBox6.Text + "' where Username='" + Session["user"].ToString() + "'";来修改数据,执行后到sql数据库中查看,发现只修改了Password的数据,其于的都没变,怎么回事??文框ID都是对应好了...!!
展开
2个回答
展开全部
你这个是啥写法啊?没见过,客户端的?js?TextBox1.Text ,TextBox2.Text这些是啥,客户端的吧?服务器端的也有这种写法,只有【类 class】属性才有你那样写的
还是服务端的jscript?
下面这个是asp,服务器端vbscript
updateStr = "update guest set Username='" & TextBox1 & "',Password='" & TextBox2 & "',Tel='" & TextBox3 & "',Email='" & TextBox4 & "',Addr='" & TextBox5 & "',Zip='" & TextBox6 & "' where Username='" & Session("user") & "'"
还是服务端的jscript?
下面这个是asp,服务器端vbscript
updateStr = "update guest set Username='" & TextBox1 & "',Password='" & TextBox2 & "',Tel='" & TextBox3 & "',Email='" & TextBox4 & "',Addr='" & TextBox5 & "',Zip='" & TextBox6 & "' where Username='" & Session("user") & "'"
2012-04-17
展开全部
字符型,数字型格式是否对应相应的代码
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询