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

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Usage » XML in the Database » Using XML in the database

 

Importing XML documents as relational data

SQL Anywhere supports two different ways to import XML into your database:

  • using the openxml procedure to generate a result set from an XML document
  • using the ADO.NET DataSet object to read the data and/or schema from an XML document into a DataSet

Importing XML using openxml
Importing XML using the DataSet object