DataSet to SQL
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
I have a populated data set (loaded from an XML file) that I want to put in a SQL database. Most of the tables in the DataSet are related, so I can't use a DataAdapter to update because I don't know the update order. All the examples I've seen about updating an SQL database only target one table or know the 'reverse-order' in which to update. Is there an easy way to store a .NET multi-table DataSet to a SQL database.