DSO question -
11-27-2003
, 06:14 AM
This is a question about Decision Support Objects (DSO).
I am having trouble finding entries in MDStore when I am accessing
a string value from C#.
string s = "Name of a db";
dso.Database db = dsoServer.MDStores[ s ];
This doesn't work, won't even compile.
This seems to happen whenever OLAPCollection is the base class.
Am I doing something wrong or is this a bug? |