Parsing data from XML to SQL
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,