using ADO .net to read from a relational database is simple, just open a datareader and loop to get the results. Using ADMOMD to read from an OLAP cube is no that easy, you need to travers through pages, columns and rows...
This article shows you an example that traverse throught the results of an MDX query and displays them in an HTML table using ASP .net.
|