FILE: OLAP_DSO.exe: OLAP DSO Type Library, Header and Interface DLL for Use in C++ (247690)
The information in this article applies to:
- Microsoft SQL Server OLAP Services 7.0
This article was previously published under Q247690 SUMMARY OLAP_DSO.exe is a self-extracting executable that contains
three files for developing C++ applications that use Microsoft Decision Support
Objects (DSO) to perform administrative and processing functions in Microsoft
SQL Server OLAP Services. To extract the three files run OLAP_DSO.exe. The
default location for the extracted files is the TEMP directory for the current
user. However, you may specify another directory when you extract the
files.
C++ applications that use DSO must import the type library for
the DSO DLL (Msmddo.dll file). The type library for DSO, Msmddo.tlb, was not
shipped on the CD-ROM with OLAP Services or with the OLAP Services Service
Packs but is extracted as part of OLAP_DSO.exe. To use DSO, the OLAP Services
driver interfaces (Msmdint.dll) must also be registered and is included in
OLAP_DSO.exe. In addition, the included header file, msmd.h, which is included,
defines several OLAP constants that are useful when building C++ OLAP
programs.
For details on the steps required to register and use these
files in a C++ program see the "More Information" section of this article.
Modification Type: | Minor | Last Reviewed: | 8/9/2004 |
---|
Keywords: | kbdownload kbfile kbinfo KB247690 kbAudDeveloper |
---|
|