ASA SQL User's Guide
Using XML in the Database
Adaptive Server Anywhere supports two different ways to import XML into your database:
using the OPENXML function 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