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
ryze ryze
NA
3
1k
C# database
Oct 21 2014 9:49 PM
Hello everyone,
I have sql db with many tables but i want to be able to edit 2 tables and only 1 column in each together.
to make my self clear this is an example:
first table: location
xyz
second table: location of device
xyz, dev1
so im trying to create a simple winform that when i open it:
1. a column that shows the data in location table as it is in the db (cannot be edited)
2. a column called new location that i can change each location name.
and when i change the location name in the winform it has to effect also the location of device which means it has to effect the 2 columns.
im a newbie in C# so I would really appreciate any help
Thanks in advanced
Reply
Answers (
3
)
Displaying text file to Windows Application
Crystal Report in C#