OLAP and ASP.NET

  • Thread starter Thread starter Melroy
  • Start date Start date
M

Melroy

I am working on Analysis Services. We are developing an
ASP.NET application which will access data from OLAP
Cubes. creation of OLAP Cube is done.

I am not able to access the same from asp.net. Can someone
please help me ? How do i access OLAP Cube in ASP.NET
applcation??

are there any custom controls or code examples plz help
urgent...
 
these is no direct mdx support in .net. you have to use the OleDbReader
(with lastest sp), or create interop wrappers for the mdx com objects

-- bruce (sqlwork.com)
 
Back
Top