Updategram Sample Applications (SQLXML 4.0)
This section provides examples of using updategrams.
All the examples in this section use the AdventureWorks2008R2 sample database in Microsoft SQL Server.
In This Section
Executing an Updategram by Using ADO (SQLXML 4.0)
Provides a Microsoft Visual Basic application that uses ADO to establish a connection to SQL Server 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.Person table in the AdventureWorks2008R2 database.