Using ADOMD.NET and "MDX COMPATIBILTY" connection property -
11-29-2004
, 12:59 PM
I tried to use the following connection string with ADOMD.NET:
"Provider=MSOLAP;ConnectTo=8.0;Data Source=localhost;Catalog=FoodMart
2000;MDX Compatibility=2"
When I call the Open method of the Connection object, I'm getting the
following exception:
Unable to recognize the requested property ID 'DbpropMsmdMDXCompatibility'.
What is the problem here?
Thanks,
Stan |