RDS Test Sample

Microsoft ActiveX Data Objects (ADO)

RDS Test Sample

RDSTEST is a simple .asp file that demonstrates RDS. It is installed to c:\Platform SDK\Samples\DataAccess\rds\RDSTest.

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.

RDSTEST 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.