开发者

SQL Update statement (what's wrong?)

开发者 https://www.devze.com 2023-02-10 11:07 出处:网络
Merged with Error With Dynamically Created SQL Insert statement. 开发者_高级运维 What\'s wrong with my following sql statement? (oledb) I get a \'Syntax error in UPDATE statement.\'
Merged with Error With Dynamically Created SQL Insert statement. 开发者_高级运维

What's wrong with my following sql statement? (oledb) I get a 'Syntax error in UPDATE statement.'

"UPDATE LogIn SET Username='" + EditUsernameTextBox.Text + "', Password='" + EditPasswordTextBox.Text + "' WHERE (ID =" + IDTextBox.Text + ")";

0

精彩评论

暂无评论...
验证码 换一张
取 消