ID: Q197643
The information in this article applies to:
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.
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.
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