Help! how to get the content of each cell in a CellSet?
From: Zhang JiDong (jdzhang_at_iflytek.com)
Date: 09/24/04
- Previous message: Akshai Mirchandani [MS]: "Re: Reading DISPLAY_INFO (DisplayInfo)"
- Next in thread: Akshai Mirchandani [MS]: "Re: Help! how to get the content of each cell in a CellSet?"
- Reply: Akshai Mirchandani [MS]: "Re: Help! how to get the content of each cell in a CellSet?"
- Reply: peter_zhang: "Re: Help! how to get the content of each cell in a CellSet?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 24 Sep 2004 15:13:40 +0800
hi,
In ASP.NET + OLAP + ADOMD, I wrote codes as follows:
(I don't know how to get the content of each cell in a CellSet)
ADODB.Connection oDB = new ADODB.Connection();
ADOMD.Cellset oMDCS = new ADOMD.Cellset();
oDB.Open("provider=msolap;data source=localhost","", "", 0);
oDB.DefaultDatabase = "Foodmart 2000";
oMDCS.ActiveConnection = oDB;
string szMDX = "SELECT {[Measures].members} ON COLUMNS, NON EMPTY
[Store].[Store City].members ON ROWS FROM Sales";
oMDCS.Open(szMDX, oDB);
// How to get the content of each cell in the oMDCS ???
- Previous message: Akshai Mirchandani [MS]: "Re: Reading DISPLAY_INFO (DisplayInfo)"
- Next in thread: Akshai Mirchandani [MS]: "Re: Help! how to get the content of each cell in a CellSet?"
- Reply: Akshai Mirchandani [MS]: "Re: Help! how to get the content of each cell in a CellSet?"
- Reply: peter_zhang: "Re: Help! how to get the content of each cell in a CellSet?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading