C# UPdate 语法报错,但是取sql语句在数据库中试,没问题
if(select3=="修改信息"){stringsql="UpdateLogin_userSetrealname='"+this.TextBox1.Text+"',p...
if (select3 == "修改信息")
{
string sql = "Update Login_user Set realname= '" + this.TextBox1.Text + "', password=" + this.TextBox3.Text + " Where username='" + select + "'";
OleDbCommand comm = new OleDbCommand(sql,conn );
comm.ExecuteNonQuery();
} 展开
{
string sql = "Update Login_user Set realname= '" + this.TextBox1.Text + "', password=" + this.TextBox3.Text + " Where username='" + select + "'";
OleDbCommand comm = new OleDbCommand(sql,conn );
comm.ExecuteNonQuery();
} 展开
2个回答
展开全部
string sql = "Update Login_user Set realname= '" + this.TextBox1.Text + "', password=‘" + this.TextBox3.Text + "’ Where username='" + select + "'";
这样试试
这样试试
追问
password 是数字,不能加引号的,问题不在这儿,还是谢谢你啊
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询