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
Anthony Clarke
NA
127
0
What's wrong with this SQL statement| Thanks
Dec 17 2010 8:55 AM
Hi,
Can you tell me whats wrong in this statement please.
Its an SQL string statement. It does not error but it does not update the status field either.
string
state3 =
"UPDATE CCDelegation Set Status = 'In Progress' WHERE UniqueIden = '"
+ textBox4.Text +
"'"
;
Thanks
Anthony
Reply
Answers (
3
)
need critics about coding technique
How to use a string as a name of a variable in c#