[including the OLAP newsgroup for expert opinions]
I believe this is as expected since the cell values are variants.
--
-Raman Iyer
SQL Server Data Mining
[This posting is provided "AS IS" with no warranties, and confers no
rights.]
"annu" <annu (AT) discussions (DOT) microsoft.com> wrote
Quote:
Hi there
I am executing an mdx query using adomd.net as follows:
AdomdDataAdapter adapter = new AdomdDataAdapter(query, connection.Value);
adapter.Fill(data);
I get the data back correctly, but all the columns have DataType of
'System.Object ' and not as expected.
Why is this happening? |