Finding the column datatype in ASP.NET client for a MDX query base -
12-07-2005
, 08:04 PM
Hi,
I am using OLEDB with MSOLAP provider for fetching data from the MS
Analysis Services 2005's cube. I am able to get the data and bind it to the
datagrid in ASP.NET but the problem here is that i dont get any datatype for
the measure columns.
What i get is an Object datatype which is a variant one and if i add ant
column in the datast with Object datatype and bind it to the datagrid, the
datagrid is not able to show this column.
That's why i just wanted to know the datatype of the returned measure
columns so that i can act accordingly in my program.
Thanks,
Deepak Vij. |