Jun 1st, 2003, 03:56 PM
#1
Thread Starter
Addicted Member
copy datagrid to table
I have a datagrid that i have populated from a sql server 200 database. Once the user modifies the data it is to be saved into a new table. How would i go about doing this.?
I have tried to populate a dataadapter with the data, then save it to a ataset and then to the table but have no idea how to start.
I would usually just
Code:
myDataAdapter.Update(myDataSet, "infoTrack_Supplier")
update the adapter to save the changed data but i need all new info saved to new table.
Thanks for any ideas
Soylent Green tastes like chicken
Jun 1st, 2003, 04:19 PM
#2
Frenzied Member
Is the new table already in the DB?
Jun 1st, 2003, 04:23 PM
#3
Thread Starter
Addicted Member
Soylent Green tastes like chicken
Jun 1st, 2003, 04:44 PM
#4
Frenzied Member
Ok, I'll do a quick demo when I get home.
Jun 1st, 2003, 04:53 PM
#5
Thread Starter
Addicted Member
Thanks for the help DevGrp!
Soylent Green tastes like chicken
Jun 1st, 2003, 08:13 PM
#6
Frenzied Member
Here ya go. This was compile with VS.NET 2003 BTW
Attached Files
Jun 3rd, 2003, 09:48 PM
#7
Thread Starter
Addicted Member
haven't had a chance to run with it yet...but thanks for the file!!
Soylent Green tastes like chicken
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