|
-
May 30th, 2012, 09:30 AM
#1
The Logic
Hi,
I have 2 databases A and B;
Now, in database 'A' I extract data for fields Name, Age and Status and display on a datagridview - bounded data.
Then I have unbounded field called 'Enabled' which is a checkbox.
So my Datagridview is like;
Name Age Status Enabled
John 35 Active Yes
James 20 Active Yes
Sarah 65 Old No
Yo 53 On Hold No
Julie 70 Active No
Now, this is where it gets interesting - Columns - Name, Age and Status comes from database A and cant be changed/updated - am more interested in the last column "Enabled" which should be saved to a table with the rest of the fields (Name, Age, Status) to database B.
A user can ONLY change the Enabled Flag to Yes/No in the datagridview, all other fields are READONLY.
Now what logic can I perform -
- To have a table in Database B with upto to date data of all the names and there current status + either enabled/disabled.
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|