Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - SQL Usage » Using XML in the Database » Importing XML documents as relational data

Importing XML using openxml Next Page

Importing XML using the DataSet object


The ADO.NET DataSet object allows you to read the data and/or schema from an XML document into a DataSet.

DataSet objects can also be manipulated using the SQL Anywhere ADO.NET data provider.

For information about using a DataSet to read the data and/or schema from an XML document using the SQL Anywhere .NET data provider, see Getting data using the SADataAdapter object.