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

Recommended Answers

All 2 Replies

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
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.