Hello,
I have problem in reset the new password with old one.For that I used the code as
Now I want to update it.How to update this?
I have problem in reset the new password with old one.For that I used the code as
Code:
Set rstreset = New ADODB.Recordset strtable = "Update USERS SET rstreset!Password = '" & upwd & "' where UserName='" & uname & "'"
Comment