Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Olap Server Question
Message
From
25/07/2000 19:16:36
Luis Batista
Mapfre Caucion y Credito, S.A.
Lisbon, Portugal
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Olap Server Question
Miscellaneous
Thread ID:
00396832
Message ID:
00396832
Views:
43
I try to make a incremental update of a Cube .
I can Connect to de Server, to the database, to the DataSource and to the dimmensions but not to the objectCubo

I Use the folling code
loServer = CREATEOBJECT( "DSO.Server")
loServer.Connect("LocalHost")
loDb = loServer.MDStores("FootMart")
loDs = loDb.DataSources("Anything")
until here everithing is fine

but when i try to connect to de cube object i get a error
FOR lnI= 1 TO loDb.MDStore.Count
loCb = loDb.MDStore(lnI)
NEXT

ANYONE CAN HELP ME

I apriciate
Luis Batista
Reply
Map
View

Click here to load this message in the networking platform