Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.91 KB

File metadata and controls

34 lines (28 loc) · 1.91 KB
title Updategram Sample Applications (SQLXML 4.0) | 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, samples
updategrams [SQLXML], samples
examples [SQLXML], Updategram
ms.assetid d2287e10-4007-4ba4-ad84-4e2b6adfede5
author mashamsft
ms.author mathoma
manager craigg

Updategram Sample Applications (SQLXML 4.0)

This section provides examples of using updategrams.

All the examples in this section use the AdventureWorks sample database in [!INCLUDEmsCoName] [!INCLUDEssNoVersion]. All the updates are applied to the tables in the AdventureWorks database.

In This Section

Executing an Updategram by Using ADO (SQLXML 4.0)
Provides a [!INCLUDEmsCoName] Visual Basic application that uses ADO to establish a connection to [!INCLUDEssNoVersion] and execute an updategram.

Executing an Updategram by Using OLE DB (SQLXML 4.0)
Provides a working sample of using OLE DB to execute an updategram.

Using an Updategram in a Sample ASP Application (SQLXML 4.0)
Provides an Active Server Pages (ASP) application to update customer information in the Person.Contact table in the AdventureWorks database.