BUG: DOC: OLAP Sample Code Is IncorrectID: Q228155
|
The Microsoft SQL Server OLAP Services 7.0 Product Documentation, under the headings Dimension Interface and clsServer, displays the following DSO connection syntax:
Set dsoServer.Name = ("MyServer")
dsoServer.Connect
NOTE: This syntax will not compile or execute.
Type the following syntax:
'Set dsoServer.Name = ("MyServer")
dsoServer.Connect ("MyServer")
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 version 7.0.
Additional query words: doc
Keywords : kbdocerr kbSQLServ700bug
Version : winnt:7.0
Platform : winnt
Issue type : kbbug
Last Reviewed: May 7, 1999