E
envoy
Unregistered / Unconfirmed
GUEST, unregistred user!
源代码
==========
sql.Add('update 用户表 set 密码='+''''+edit2.Text+''''+',账号='+''''+edit3.Text+''''+',账号密码='+''''+edit4.Text+''''+' where 用户名='+''''+edit1.Text+'''');
==========
错误提示
==========
.....message '语法错误(操作符丢失) 在查询
表达式 '用户名='1'
update 用户表 set 密码='2',账号='3',账号密码='4' where 用户名='1'' 中。'. Process .....
==========
请帮忙解答,谢谢
==========
sql.Add('update 用户表 set 密码='+''''+edit2.Text+''''+',账号='+''''+edit3.Text+''''+',账号密码='+''''+edit4.Text+''''+' where 用户名='+''''+edit1.Text+'''');
==========
错误提示
==========
.....message '语法错误(操作符丢失) 在查询
表达式 '用户名='1'
update 用户表 set 密码='2',账号='3',账号密码='4' where 用户名='1'' 中。'. Process .....
==========
请帮忙解答,谢谢