DOC: Sheridan.cab Incorrectly Referenced in RDS Tutorial Sample (181193)



The information in this article applies to:

  • Remote Data Service for ADO 2.7
  • Remote Data Service for ADO 1.5
  • Remote Data Service for ADO 2.5
  • Remote Data Service for ADO 2.6

This article was previously published under Q181193

SUMMARY

In the Remote Data Service (RDS) 1.5 documentation there is a reference to "Sheridan.cab" that should be "Ssdatb32.cab."

MORE INFORMATION

The location of the document error within the documentation follows:

Remote Data Service Tutorials\Tutorial: Building a Simple Remote Data Service Application\Insert the Grid and RDS.DataControl Object

Step 3 in the documentation has a Codebase line that incorrectly references the "Sheridan.cab:"
CODEBASE="http://<%=Request.ServerVariables("SERVER_NAME")%>/MSADC/Samples/Sheridan.cab"
The Codebase line should read as follows:
CODEBASE="http://<%=Request.ServerVariables("SERVER_NAME")%>/MSADC/Samples/Ssdatb32.cab"

REFERENCES

For additional information, please refer to Microsoft's Universal Data Access Web site at this address: The current documentation for RDS may be found online at this address: The documentation for RDS 1.5 may be found online at this address:

Modification Type:MinorLast Reviewed:3/14/2005
Keywords:kbDatabase kbdocerr kbdocfix kbinfo KB181193 kbAudDeveloper