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
Resmy Ravi
NA
128
0
Update Query
Sep 28 2009 2:54 AM
plz help me......
cmd.CommandText =
"update item_creation set item_name='"
+ txtIname.Text +
"',item_code='"
+ txtIcode.Text +
"',item_group='"
+ cmbUgroup.Text +
"',unit='"
+ cmbUnit.Text +
"',Sale_price='"
+ txtsprice.Text +
"',Pur_price='"
+ txtP_price.Text +
"',MRP_price='"
+ txtMrp.Text +
"',Self_Price='"
+ txtScost.Text +
"',Comments='"
+ txtComments.Text +
"',currency='"
+cmbPgroup.Text +
"' where item_name='"
+ name.ToString() +
"'"
;
please help me to find the syntax error in this statement.i am sitting with this for several hours.but i cant get it.....its urgent....plz........
Reply
Answers (
3
)
How to initialize DateTimePicker to null
Combobox that after selection saves values in textboxes.