标题:好奇怪的update错误
只看楼主
kinsey0803
Rank: 1
等 级:新手上路
帖 子:6
专家分:0
注 册:2012-7-18
得分:0 
同样的代码,这样写是否更清晰?
adoqueryOP.Close;
adoqueryOP.SQL.Clear;
adoqueryOP.SQL.Text:= 'update 管理员'
+ 'set xm = ' + QuotedStr(editOPxm.Text)
+ ', password = '+ QuotedStr(editOPpassword.Text)
+ ', type = ' + QuotedStr(combobox1.Text)
+ ', tel = ' + QuotedStr(editOPtel.Text)
+ ', addr = ' + QuotedStr(editOPaddr.Text)
+ ' where id = ' + QuotedStr(editOPID.Text);
adoqueryOP.ExecSQL;
showmessage('修改成功');
2012-07-19 09:12



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-140509-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.035699 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved