xml to dataset to database
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hallo I'm consuming a webservice returning a XML with multiple nested complexType. Using DataSet.ReadXML method I transform it in a dataset with tables and relationships. I created a database with tables corresponding to the dataset. How could I insert/update data from the dataset into the database? I mean, how could I map the tables between the ds and the db? Some rows could need an update instead than an insert. Thanks in advance