Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a DataTable from one DataSet to another DataSet
Message
 
To
13/10/2006 10:29:25
Keith Payne
Technical Marketing Solutions
Florida, United States
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01161735
Message ID:
01161754
Views:
12
>>I have two different datasets: datasetA and datasetB
>>
>>Both datasets contain the same table SameTable.
>>
>>How do I copy/duplicate the table from datasetA to datasetB?
>>
>>This does not work: datasetB.SameTable = datasetA.SameTable
>>
>>Thanks,
>>Einar
>
>Einar,
>
>I think that you will have to copy the rows one by one because there are a lot of back links in a DataTable.

Hmmm that was not the answer I wanted :) That was the answer I came up with myself :)
The reason I posted my questions was to "verify" that there wasn't another way.
Thanks for your reply.
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform