欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

如何在線更改密碼?

 更新時(shí)間:2006年11月16日 00:00:00   作者:  

<%

id = Request("id")

newpassword = Request("password")

newpasswordtemp = Request("passwordtemp")

 

If newpassword <> newpasswordtemp Then

Response.Write "<center>對(duì)不起,新密碼與新密碼確認(rèn)不同.請(qǐng)重試!</center>"

Response.End

End If

Set conn = Server.CreateObject("ADODB.Connection")

DBPath = Server.MapPath("userinfo.mdb")

conn.Open "driver={Microsoft Access Driver (*.mdb)};dbq=" & DBPath

Set rs = Server.CreateObject("ADODB.Recordset")

sql="update userinfo set 密碼='" & newpassword & "' where id="&id

rs.Open sql, conn, adOpenDynamic, adLockPessimistic

%>

[1]

相關(guān)文章

最新評(píng)論