BUG: Documentation Error in Dimension Interface Example (197643)
The information in this article applies to:
- Microsoft SQL Server OLAP Services 7.0
This article was previously published under Q197643
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.
Modification Type: | Major | Last Reviewed: | 11/5/2003 |
---|
Keywords: | kbBug kbfix KB197643 |
---|
|