The ADO.NET DataSet object allows you to read the data and/or schema from an XML document into a DataSet.
The ReadXml method populates a DataSet from an XML document that contains both a schema and data.
The ReadXmlSchema method reads only the schema from an XML document. Once the DataSet is filled with data from the XML document, you can update the tables in your database with the changes from the DataSet.
DataSet objects can also be manipulated using the SQL Anywhere .NET Data Provider.
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |