Skip to content

Latest commit

 

History

History
36 lines (32 loc) · 3.5 KB

File metadata and controls

36 lines (32 loc) · 3.5 KB
title Using the SQLXML Managed Classes | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic reference
helpviewer_keywords
sample applications [SQLXML]
SQLXML Managed Classes, sample applications
examples [SQLXML], managed classes
Managed Classes [SQLXML], samples
ms.assetid 3f021290-00ee-44e1-af4b-33d3ba8c6302
author mashamsft
ms.author mathoma
manager craigg

Using the SQLXML Managed Classes

This section provides sample applications that demonstrate how to use the [!INCLUDEmsCoName] SQLXML Managed Classes.

For information about accessing and modifying data in [!INCLUDEssNoVersion] within the [!INCLUDEmsCoName] .NET Framework, and about using DiffGrams to update data in [!INCLUDEssNoVersion] tables, see Accessing SQLXML Functionality in the .NET Environment.

Note

You can also write [!INCLUDEmsCoName] Visual Studio applications to bulk load XML documents by using XML Bulk Load. For more information, see Performing Bulk Load of XML Data (SQLXML 4.0). You must add a reference to the XML Bulk Load DLL (Xblkld4.dll) in your application. This is a COM DLL for which Visual Studio .NET automatically creates the wrapper library.

In This Section

Executing SQL Queries (SQLXML Managed Classes)
Executing SQL Queries by Using the ExecuteXMLReader Method
Processing XML on the Client Side (SQLXML Managed Classes)
Executing XPath Queries (SQLXML Managed Classes)
Executing XPath Queries with Namespaces (SQLXML Managed Classes)
Executing Template Files by Using the CommandText Property
Executing Template Files by Using the CommandStream Property
Applying an XSL Transformation (SQLXML Managed Classes)