plz send a solution for this
"update login SET password=@password,username=@username where username=@user"
while executing i got the error"syntax error in update statement "
plz reply me how can i solve the error
plz send a solution for this
"update login SET password=@password,username=@username where username=@user"
while executing i got the error"syntax error in update statement "
plz reply me how can i solve the error
there is No error in this Syntax
I think you checked you variables
>while executing i got the error "syntax error in update statement"
Maybe problem using database Reserved words.
update [login] SET [password]=@password, [username]=@username where [username]=@user
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.