TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Violeta Popa
NA
137
163.8k
Unclosed quotation mark after the character string
Apr 11 2013 3:32 PM
Hi..i have this code and i get the error: "
Incorrect syntax near '58'.
Unclosed quotation mark after the character string ''.
" The first time worked, then gave me this error. I don't know what's wrong, it seems fine to me. This is my code:
string update_abonat = "UPDATE categorie_discount_adaos SET denumire_categorie='" + textBox1.Text + "', procent='" + textBox3.Text + "', tip_categorie='" + comboBox1.SelectedItem + "WHERE cod_categorie='" + cod_categorie + "'";
SqlCommand exec_update_abonat = new SqlCommand(update_abonat, conn);
exec_update_abonat.ExecuteNonQuery();
Reply
Answers (
1
)
How to give licence key functionality in c# setup..?
acces variable from another method