SQLXML 4.0 Data Access Components

Microsoft SQLXML 4.0 includes three data providers that can insert XML data into and retrieve XML data from a database in SQL Server 2005:

  • 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 Native Client (SQLNCLI)
    Exposes SQLXML 4.0 functionality through a new data access technology that extends and compliments current versions of Microsoft Data Access Components (MDAC). SQLNCLI enables full support for features new to SQL Server 2005. For more information, see SQL Native Client Programming.

In This Section