--- 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 [!INCLUDE[msCoName](../../includes/msconame-md.md)] [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. All the updates are applied to the tables in the AdventureWorks database. ## In This Section [Executing an Updategram by Using ADO (SQLXML 4.0)](../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/updategrams/executing-an-updategram-by-using-ado-sqlxml-4-0.md) Provides a [!INCLUDE[msCoName](../../includes/msconame-md.md)] Visual Basic application that uses ADO to establish a connection to [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)] and execute an updategram. [Executing an Updategram by Using OLE DB (SQLXML 4.0)](../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/updategrams/executing-an-updategram-by-using-ole-db-sqlxml-4-0.md) Provides a working sample of using OLE DB to execute an updategram. [Using an Updategram in a Sample ASP Application (SQLXML 4.0)](../../relational-databases/sqlxml-annotated-xsd-schemas-xpath-queries/updategrams/using-an-updategram-in-a-sample-asp-application-sqlxml-4-0.md) Provides an Active Server Pages (ASP) application to update customer information in the Person.Contact table in the AdventureWorks database.