1
Answer

Parsing data from XML to SQL

Photo of howard.kline

howard.kline

21y
2.5k
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)