1
Answer

Parsing data from XML to SQL

howard.kline

howard.kline

20y
2.2k
1
Does any one know how I can extract data from an XML document and transfer it to a SQL database? Is there an easer way in C# to add the data to a table than looping through the document. I think there is an XML class that will accomplish this but I am just not very familiar with C#. Thanks,
Answers (1)