SQLXML 4.0 Data Access Components - SQLXMLOLEDB Provider
Applies to: SQL Server Azure SQL Database
Microsoft SQLXML 4.0 includes three data providers that can insert XML data into and retrieve XML data from a database in SQL Server:
SQLXMLOLEDB Provider
Exposes SQLXML 4.0 functionality through ActiveX Data Objects (ADO).
SQLXML Managed Classes
Expose SQLXML functionality inside the Microsoft .NET Framework. For more information, see SQLXML Managed Classes.
SQL Server Native Client (SQLNCLI11)
Exposes SQLXML 4.0 functionality through a new data access technology that extends and compliments current versions of Microsoft Data Access Components (MDAC). SQLNCLI11 provides full support for features introduced in SQL Server 2005 (9.x). For more information, see SQL Server Native Client Programming.
In This Section
SQLXMLOLEDB Provider (SQLXML 4.0)
Describes the SQLXMLOLEDB Provider and illustrates its usage.