Error!
Success!

DataSets and XML - The Simplistic Approach

0
kicks

DataSets and XML - The Simplistic Approach  (Unpublished)

One of the first ways I learned how to read xml data from external data sources was by using a DataSet’s ReadXML function. This function takes file path for an XML document and then converts it to a Dataset. This functionality is great when you need a simple way to process an XML document. In addition the DataSet object also offers a simple way to save data in an xml format by using the WriteXML function.


Kicked By:
Drop Kicked By: