| 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 |
|
||||
| ms.assetid | d2287e10-4007-4ba4-ad84-4e2b6adfede5 | ||||
| author | mashamsft | ||||
| ms.author | mathoma | ||||
| manager | craigg |
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.
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.