Adomd.net and data types -
10-07-2005
, 01:36 AM
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? |