dbTalk Databases Forums  

Getting OLAP data in C# 2.0

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Getting OLAP data in C# 2.0 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cindy Lee
 
Posts: n/a

Default Getting OLAP data in C# 2.0 - 11-28-2006 , 07:16 PM






can someone point me to an example of getting OLAP data out of cubes from an
mdx query in .net 2.0.

It's a lot different that the old .net right?

How do I set up this datasource. It can't be a sql server datasource in
visual studio right?



Reply With Quote
  #2  
Old   
Cindy Lee
 
Posts: n/a

Default Re: Getting OLAP data in C# 2.0 - 11-29-2006 , 02:32 PM






It doesn't seem to like ADOMD and ADODB

if I declare

using ADOMD;

using ADODB;



it doesn't find it.

"Jeje" <willgart (AT) hotmail (DOT) com> wrote

Quote:
accessing OLAP cube in .net 2.0 is like in .net 1.1, use the ADOMD.NET API

use the ADOMD.net API from SSAS 2005, its compatible with AS2000 &
SSAS2005.


"Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote in message
news:#OsDHQ1EHHA.4256 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
can someone point me to an example of getting OLAP data out of cubes
from
an
mdx query in .net 2.0.

It's a lot different that the old .net right?

How do I set up this datasource. It can't be a sql server datasource in
visual studio right?





Reply With Quote
  #3  
Old   
Jéjé
 
Posts: n/a

Default Re: Getting OLAP data in C# 2.0 - 11-29-2006 , 03:52 PM



you have to manually add a reference to the ADOMD.Net API (in the list of
library referenced in your solution)
so download it first from the SQL Server 2005 features page.




"Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote

Quote:
It doesn't seem to like ADOMD and ADODB

if I declare

using ADOMD;

using ADODB;



it doesn't find it.

"Jeje" <willgart (AT) hotmail (DOT) com> wrote in message
news681CC86-52D5-4FF0-B7A0-E6B4394C1D07 (AT) microsoft (DOT) com...
accessing OLAP cube in .net 2.0 is like in .net 1.1, use the ADOMD.NET
API

use the ADOMD.net API from SSAS 2005, its compatible with AS2000 &
SSAS2005.


"Cindy Lee" <cindylee (AT) hotmail (DOT) com> wrote in message
news:#OsDHQ1EHHA.4256 (AT) TK2MSFTNGP04 (DOT) phx.gbl...
can someone point me to an example of getting OLAP data out of cubes
from
an
mdx query in .net 2.0.

It's a lot different that the old .net right?

How do I set up this datasource. It can't be a sql server datasource
in
visual studio right?





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.