Hi:
I probably should check the return code of Cellset.Open or Cellset.State.
But any one knows what is the predefined return codes for those calls?
Thanks
"Polaris" <etpolaris (AT) hotmail (DOT) com> wrote
Quote:
Hi:
I'm using ADO/MDX to query a cube. After calling ADOMD.Cellset.Open() and
then trying to access the values of the Axes, sometime, I got this error
message "Unable to perform the requested operation on the data set object.
It is not accesble because underlying data has been changed."
Is there something (status code of the cube?) I should check before I
query
it using ADO/MDX? Or should I lock some object before I query?
Thanks |