update access database

Nov 9 2004 7:19 AM
In web application with c#,I want to do update new passworrd.I want to change password column where UPDATE users set UserPassword='"+new_password+"' WHERE UserName = '"+users_name+"' AND UserPassword = '"+old_password+" what can i do ?

Answers (1)