吐血,求救
bima 2004-12-02 05:15:30 if request("tj")="提交" then
newpass=Request.Form("newpass")
update_sql="update userinfo set password='"& newpass &"' where user='admin'"
conn.Execute update_sql
end if
就这么两行代码,conn.Execute update_sql 错误:
Microsoft JET Database Engine (0x80040E14) (类型或字段不匹配?)
userinfo 表没问题, 做登录的时候都是正常的
Response.Write update_sql 结果如下:
update userinfo set password='123' where user='admin'
复制上面的命令到 access 表里试,也没问题...
查了好久!疯了我要!