Get data from olap cube in c#?
What is the best solution t开发者_如何学编程o get data from an olap cube?
I used Adomd .Net and MDX queries.
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.
精彩评论