BUG: Documentation Error in Dimension Interface Example

ID: Q197643


The information in this article applies to:
  • Microsoft SQL Server OLAP Services version 7.0

BUG #: plato7x 672 (platovn)

SYMPTOMS

Portions of the SQL Server OLAP Services 7.0 product documentation, under the headings Dimension Interface and clsServer, use a DSO connection syntax as follows:


   Set dsoServer.Name = ("MyServer")
   dsoServer.Connect 
This syntax is in error and will not compile or execute.


WORKAROUND

The above syntax should be changed to:


   'Set dsoServer.Name = ("MyServer")
   dsoServer.Connect ("MyServer") 
In the revised example, the first line is commented out and can be removed entirely without affecting the functionality of the code.


STATUS

Microsoft has confirmed this to be a problem in SQL Server OLAP Services version 7.0.

Additional query words: comment

Keywords : SSrvDoc_Err kbbug7.00
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


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