-3

What is the best solution to get data from an olap cube?

Kate Gregory
  • 18,808
  • 8
  • 56
  • 85
lex87
  • 1,276
  • 1
  • 15
  • 33

2 Answers2

0

I used Adomd .Net and MDX queries.

lex87
  • 1,276
  • 1
  • 15
  • 33
0

Yes you can use .Net and MDX. Just have a class with a list of variables and store data in an olpresult class. After storing data you can perform any further action such as linq to sql.

Mikhail
  • 7,749
  • 11
  • 62
  • 136
amit
  • 1