DOC: Sheridan.cab Incorrectly Referenced in RDS Tutorial Sample

ID: Q181193


The information in this article applies to:
  • Remote Data Service for ADO version 1.5


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:

http://www.microsoft.com/data
The current documentation for RDS may be found online at this address:
http://msdn.microsoft.com/library/psdk/dasdk/mdov17z9.htm
The documentation for RDS 1.5 may be found online at this address:
http://www.microsoft.com/data/ado/adords15/

Additional query words: RDS ADO

Keywords : kbdocfix kbdocerr kbADO kbDatabase kbRDS150 kbRDS200 kbGrpVBDB kbGrpMDAC kbDSupport kbRDS210SP2
Version : WINDOWS:1.5
Platform : WINDOWS
Issue type : kbinfo


Last Reviewed: November 11, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.