XML Recordset Persistence Scenario

Microsoft ActiveX Data Objects (ADO)

ADO 2.5

XML Recordset Persistence Scenario

In this scenario, you will create an Active Server Pages (ASP) application that saves the contents of a Recordset object directly to the ASP Response object.

Note   This scenario requires that your server have Internet Information Server 5.0 (IIS) or later installed.

The returned Recordset is displayed in Internet Explorer using an RDS.DataControl.

The following steps are necessary to create this scenario:

  1. Set up the application.
  2. Get the data.
  3. Send the data.
  4. Receive and display the data.

Next   Step 1: Set Up the Application

See Also

Save Method

© 1998-2003 Microsoft Corporation. All rights reserved.