A
ad
I want to append data into Sql Server from xml file in tree step
1. A user uploads an xml file in a Web Form
2. A Dataset object read the xml file with the ReadXml method.
3. The Dataset append its record into SqlServer one by one in a loop.
But can we insert all data in the DataSet once a time into Sql Server?
1. A user uploads an xml file in a Web Form
2. A Dataset object read the xml file with the ReadXml method.
3. The Dataset append its record into SqlServer one by one in a loop.
But can we insert all data in the DataSet once a time into Sql Server?