DOC: Sheridan.cab Incorrectly Referenced in RDS Tutorial Sample

Last reviewed: February 18, 1998
Article 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 is given below:

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

Step three 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 World Wide Web site at this address:

   http://www.microsoft.com/data


Additional query words: RDS ADO
Keywords : adomisc
Version : WINDOWS:1.5
Platform : WINDOWS
Issue type : kbinfo


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: February 18, 1998
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.