C#修改数据的时候'(' 附近有语法错误。

privatevoidbutton7_Click(objectsender,EventArgse){SqlConnectioncon=newSqlConnection()... private void button7_Click(object sender, EventArgs e)
{
SqlConnection con = new SqlConnection();
con.ConnectionString = "Data Source=.;Initial Catalog=STU_student;Integrated Security=True";
//string sql = "update StudentDetails set(Snum='" + this.textBox20.Text.Trim() + "',Sname='" + this.textBox19.Text + "',Ssex='" + this.textBox18.Text + "',Sage='" + this.textBox14.Text + "',Sdept='" + this.textBox17.Text + "',class='" + this.textBox16.Text + "',math='" + this.textBox15.Text + "',english='" + this.textBox13.Text + "',banzhang='" + 0 + "')";
string sql = "update StudentDetails set('" + this.textBox20.Text.Trim() + "','" + this.textBox19.Text + "','" + this.textBox18.Text + "','" + this.textBox14.Text + "','" + this.textBox17.Text + "','" + this.textBox16.Text + "','" + this.textBox15.Text + "','" + this.textBox13.Text + "','" + 0 + "')";

con.Open();
SqlCommand cmd = new SqlCommand(sql, con);
int i = cmd.ExecuteNonQuery();

if (i == 1)
{
MessageBox.Show("更新成功!", "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Information);

}
con.Close();

}
运行后,到修改数据阶段出现 '(' 附近有语法错误。
未处理 System.Data.SqlClient.SqlException
Message="'(' 附近有语法错误。"
帮忙写出正确的运行方式!并指出错之处!谢谢~
展开
 我来答
hacker8848
2010-06-10 · TA获得超过169个赞
知道答主
回答量:316
采纳率:100%
帮助的人:174万
展开全部
你的update语句有问题,像这样update table set column1='context' where column2=2
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
那话浪2
2010-06-10 · 超过10用户采纳过TA的回答
知道答主
回答量:62
采纳率:0%
帮助的人:19万
展开全部
update StudentDetails set Snum='" + this.textBox20.Text.Trim() + "',Sname='" + this.textBox19.Text + "',Ssex='" + this.textBox18.Text ..........
不需要括号啊
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
mathewxiang
2010-06-10 · 超过36用户采纳过TA的回答
知道答主
回答量:186
采纳率:0%
帮助的人:115万
展开全部
设断点 看sql语句是否正确.
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
CloudPRose
2010-06-10 · TA获得超过5175个赞
知道大有可为答主
回答量:3175
采纳率:66%
帮助的人:883万
展开全部
把string sql里的一对括号去掉。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
SUMMER6666666
2010-06-12 · 超过10用户采纳过TA的回答
知道答主
回答量:65
采纳率:0%
帮助的人:18.5万
展开全部
sql语句拼的有问题啊
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
收起 更多回答(4)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式