Hi to all, I have a DLL I've developed with DSO which creates cubes.
Inside it I call the property ColumnType of DSO level, using (e.g) the statement :
dsoLevel.ColumnType=adWChar
I compile DLL, but when I use this DLL calling from another program, I reach the same value for ColumnType (0!) and dimension built fails.
Many Thanks to all!!!
Fabs