Database
  Home arrow Database arrow Exploring OLAP Cube with Visual Basic
ASP Free Forums 
.NET  
ASP  
ASP Code  
ASP.NET  
ASP.NET Code  
BrainDump  
C#  
Code Examples  
Database  
Database Code  
IIS  
Microsoft Access  
MS SQL Server  
Silverlight  
Visual Basic.NET  
Windows Scripting  
Windows Security  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
ASP Web Hosting  
ASP.NET Web Hosting 
Windows Web Hosting
 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
DATABASE

Exploring OLAP Cube with Visual Basic
By: Jayaram Krishnaswamy
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 24
    2005-08-18

    Table of Contents:
  • Exploring OLAP Cube with Visual Basic
  • Measures and Dimensions: Cube details under investigation
  • Using VB to Explore the OLAP Cube: Creating a VB Project
  • Properties of the Cube: Properties of Dimensions
  • Properties of Hierarchies
  • Properties of Levels

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    Exploring OLAP Cube with Visual Basic


    (Page 1 of 6 )

    Have you ever wanted to take a closer look at OLAP cubes? If so, you have come to the right article. A subset of the fine details of the highly structured OLAP cube is probed in this tutorial using Visual Basic.

    Introduction

    In an earlier tutorial the mechanics involved in accessing OLAP data from MS Excel were described. Pivot table service provided by the Analytical Services was used to access the data. In this tutorial, we will look at programmatically exploring the various structural details of the Cube, a basic unit of storage of data used in analyzing business related data. In a future article, creating the cube from scratch will be described, but you should also review the online tutorial that is bundled with Microsoft Analytical Services; it takes you through a tour that helps with understanding Analytical Services. This tutorial is divided into the following sections:

    • Cube Basics
    • Measures and Dimensions
      • Cube details under investigation
    • Using VB to explore the OLAP Cube
      • Creating a VB project
      • Add library references
      • Storing global variables in the module
    • Properties of the Cube
      • Properties of Dimensions
      • Properties of Hierarchies
      • Properties of Members
      • Properties of Levels
    Cube Basics

    In Analytical Services, measures and dimensions describe a cube. The dimensions and measures are derived from the cube's data source. The set of tables with their relationships used to derive the dimensions and measures is called the cube's schema. The cube consists of a single fact table and one or more dimension tables. Measures are obtained from columns in the fact table, and dimensions are obtained from the columns of the dimension table.

    More Database Articles
    More By Jayaram Krishnaswamy


       · You are welcome to comment. Hierearchy is a big deal in OLAP. There are two aspects...
       · You article about Olap (cubes) with VB (6.0) was very interesting. I'm thinking if...
       · Right now I do not have one, but I have been planning on writing a sequel. However,...
       · Is there a way in .NET to programmatically create a new dimension for an existing...
     

    DATABASE ARTICLES

    - Manage Projects with SQL Server Management S...
    - Query Editing and Regular Expressions with S...
    - Using SQL Server Management Studio Tools
    - SQL Server Management Studio
    - Exporting a MySQL Database to Excel Using OD...
    - Controlling Databases with SQL Server 2005 D...
    - Using Recovery Models with SQL Server 2005 D...
    - Handling Database Properties for the SQL Ser...
    - Managing Permissions with the SQL Server 200...
    - SQL Server 2005 Database Engine Security
    - Administering SQL Server 2005 Database Engine
    - Building Applications with Anonymous Types
    - A Closer Look at Anonymous Types
    - Programming with Anonymous Types
    - Converting Your Excel Worksheet into a Worki...





    © 2003-2010 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek