Chapter 5
OLE DB for OLAP Code Samples
This chapter provides several OLE DB for OLAP code samples illustrating how to do the following:
-
Use the root enumerator and the sources rowset to identify a multidimensional provider (MDP).
-
Create an instance of a data source by using the DISPLAY_NAME column of the sources rowset.
-
Create an instance of a data source directly by using the provider's CLSID.
-
Browse schemas using schema rowsets.
-
Create a dataset and obtain axis information.
-
Create a dataset and obtain the cell data.