RDS Address Book Sample

Microsoft ActiveX Data Objects (ADO)

RDS Address Book Sample

The Address Book sample is a simple company directory application. It is installed to c:\Platform SDK\Samples\DataAccess\rds\AddrBook.

For detailed information about this application, see the Address Book Sample Application.

Note   This sample requires Microsoft Internet Explorer 4.01 Service Pack 1 or later, and you will also need to set your security settings to low for the Web server you're connecting to.

This sample is provided in .asp format (your host server name is supplied automatically), but you can easily modify it to run as an .htm page.

To modify this sample to run in .htm format

  1. Open the .asp file in a text editor such as Notepad.

  2. Replace the string <%=Request.ServerVariables("SERVER_NAME")%> with the name of your Web server computer name.