_UserTable.SQLFind 不能保存 Post By:2017/3/23 16:12:00 [显示全部帖子]
奇怪,过程都OK,就是没有保存,
店长密码 换成 password ,就可以保存。换成任何其他字段(中文、英文)都不能保存。
刚才以为可以,测试了还是不行!
Dim dr As DataRow = _UserTable.SQLFind("[Name]= '" & _UserName & "'") If ymm = dr("店长密码") Then dr("店长密码") = xmm dr.save() messagebox.show("修改成功 !","提示",MessageBoxButtons.ok, MessageBoxIcon.Information) e.Form.Close() Else messagebox.show("原密码不正确 , 请重新输入 !","提示",MessageBoxButtons.ok, MessageBoxIcon.Information) Return End If