1
Answer

update access database

ibrahimtopcuoglu

ibrahimtopcuoglu

20y
2.1k
1
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)