Article ID: 272270 - Last Review: July 13, 2004 - Revision: 2.2 How To Retrieve XML Data in ASP with the XML OLE-DB Simple ProviderThis article was previously published under Q272270 SUMMARY
This article includes step-by-step instructions to set up an ASP client that demonstrates the use of the OLEDB Simple Provider for XML to access hierarchical XML data. The OLE-DB Simple Provider for XML (XML OSP) can be used to load data in an XML document into a read-only ADO recordset. The data is then read and accessed by using the standard methods of the ADO Recordset object. This provider can be used to provide a different method of working with hierarchical data that is contained in XML documents. MORE INFORMATION
Run the following steps in sequence to set up and test an ASP page that uses the XML OSP to access hierarchical data that is stored in an XML document:
| Article Translations
|
Back to the top
