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
Ben meade
NA
16
23.4k
Updating DB with Values on Windows Screen?
Feb 16 2011 3:05 PM
I am new to this have been thrown into the Lions den with only a class and a book. So I need a little help with how to update the DB from the fields that are entered on the screen. I actually provide the value with the code nad it works :
cmd.CommandText =
"UPDATE BM_DISPUTES SET DIS_LASTNAME = 'DOE', DIS_FIRSTNAME = 'JOHN'"
+
"WHERE DIS_NO = 17"
;
So if someone could help me out with a simple example so I can get started I certainly would appreciate it. I will need for Update, Add and Delete...
Thanks,
Ben
PS; I use VS2010 C# and this is a Windows application...
Reply
Answers (
11
)
write .net application to be like data driven subscription in SSRS 2008 R2
windows forms