jmurrayhead
Programmer
I receive the following error from this string:
any ideas on what's wrong?
Code:
Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/test/validate.asp, line 28
objRS.Open("UPDATE Users SET Password = " & chr(39) & CStr(Request.Form("NewPassword")) & " & chr(39) & WHERE UserName = " & chr(39) & CStr(Request.Form("UserName")) & chr(39) & "
any ideas on what's wrong?