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
Legent Mady
NA
41
12.8k
C# SQL update query
Mar 13 2017 11:14 PM
i am using visual studio 2015,
update command using sql command
string sql = "UPDATE STU set PRESENTEDHOURS=PRESENTEDHOURS + 5,TOTALHOURS=TOTALHOURS + 5 WHERE DEPARTMENT='COMPUTER SCIENCE' AND COURSE='" + comboBox1.Text.ToString() + "' AND YEAR='" + comboBox2.Text.ToString() + "' AND SHIFT='" + comboBox3.Text.ToString() + "'";
but updated presented hours and total hours 10 values
Reply
Answers (
3
)
Waiting for files to finish after folder loop
solve for this problem using c++ file