I need to import data from XML file into SQL Server database.
I used the ReadXML to load all data from the file into a DataSet.
No I can not find the way to write the data into the database.
Note that I do not have DataAdaptor because data was retrived from the XML file.
Does anyone have the solution ?
Thanks
