update access database
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 ?
Mahesh ChandPosted Nov 10, 2004, 10:15 AM