Hello,
I am attempting to write an update statement to allow users to change thier password and am really struggling with the syntax in the statement.
Here is my code if someone could help me out with the syntax and wording. Also could someone recomend a good book on how to put all the " and ' in the right places?
<%Sql = "UPDATE tbl_operators_users "SET password="& spassword where oid = " & soperatorcode &" and username = " & susername'" %>
I am attempting to write an update statement to allow users to change thier password and am really struggling with the syntax in the statement.
Here is my code if someone could help me out with the syntax and wording. Also could someone recomend a good book on how to put all the " and ' in the right places?
<%Sql = "UPDATE tbl_operators_users "SET password="& spassword where oid = " & soperatorcode &" and username = " & susername'" %>