reading data from xml file to table [closed]
how to read data from xml file to table
You can directly read an xml file to a datatable using DataTable.ReadXml http://msdn.microsoft.com/en-us/library/system.data.datatable.readxml.aspx Then do your db commit with the data.
It's so easy, just call DataTable.ReadXml
精彩评论