Eduardo,
Here is a discussion from the DOTNET list at
DevelopMentor for you to check out (watch
for wrapping):
http://discuss.develop.com/archives/wa.exe?A2=ind0012B&L=DOTNET&P=R15710
According to David Schleifer of Microsoft,
the only way to access ADO MD features is to
use COM Interop. Basically no way to use OLAP
features through the managed providers.
It's actually a read bummer.
----------------------------------------
- Mitch Denny
- http://www.warbyte.com
- mitch.denny@w...
- +xx-xxx-xxx-xxx
-
-----Original Message-----
From: Eduardo Fernando Rigolao [mailto:efrigolao@f...]
Sent: Wednesday, 14 February 2001 09:55
To: ASP+
Subject: [aspx] Who is the ADOMD successor?
I am trying to design in .net what I did using ASP pages. I want to
display the cube processed on SQL Server. My ASP page uses ADOMD.Catalog
class and I could not find a similar component in ASP+.