문제

What is the best solution to 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top