set rs3 = server.createobject("adodb.recordset") sq3 = "update G_xuesheng set password='"&newpass1&"' where xm='"&request.cookies("guest")("username")&"'" conn.execute(sq3)
回复:3楼 是不是有系统保留字的问题?我把那个表里的password字段名改成G_password后然后用sq3 = "update G_xuesheng set G_password='"&newpass1&"' where xm='"&request.cookies("guest")("username")&"'" 就没问题了