The information in this article applies to:
SUMMARYThe Cellset.exe sample demonstrates how to obtain data from an ADO multidimensional (MD) query resultset by using the Visual C++ #import directive. This sample uses Microsoft OLAP Provider (MSOLAP) to create an ADO MD resultset. MORE INFORMATIONThe following file is available for download from the Microsoft
Download Center. Click the file name below to download the file: Cellset.exeRelease Date: Jan. 14, 2000 For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address http://www.microsoft.com/downloads/search.aspand then click How to use the Microsoft Download Center. The Cellset.exe sample contains the following files:
OLAP queries return data as a multidimensional resultset. This multidimensional resultset is in the form of a Cellset object. To retrieve a cell value, you use the GetItem method of Cellset, with a safearray as a parameter. The Cellset.exe sample shows you how to get values from Cellset by using three different methods:
Compiling Cellset.exe
Additional query words:
Keywords : kbfile kbsample kbGrpVCDB kbDSupport kbOLAP700 |
Last Reviewed: January 20, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |