BUG: Documentation Error in Dimension Interface Example

ID: Q197643

The information in this article applies to:

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
Solution Type     : kbfix

Last Reviewed: December 20, 1998