dbTalk Databases Forums  

DSO Process Options

comp.databases.olap comp.databases.olap


Discuss DSO Process Options in the comp.databases.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Devin McMahon
 
Posts: n/a

Default DSO Process Options - 02-03-2004 , 03:32 PM






Does anyone know what the values for the options are for DSO
Cube.Process
I am trying to use DSO in a system that is not allowing me to use
variant data types. So for example

Cube.Process(processFull)

What would processFull be 0,1,2? etc.

is it possible to call the function like this:

Cube.Process(1)


Any help would be appreciated

Reply With Quote
  #2  
Old   
Ron Myers
 
Posts: n/a

Default Re: DSO Process Options - 02-05-2004 , 04:05 PM






Devin,

Parameters to the clsCube.Process method here:
http://msdn.microsoft.com/library/de...torei_9s8j.asp

Process Type parameters can be found here:
http://msdn.microsoft.com/library/de...tions_0asz.asp

And yes if you find the numeric value of the process type you wish to
pass you can pass in form Cube.Process(1) althought it is much better
to use the constants defined within the definition headers.

Cheers,

Ron Myers
The Bitz Inc.
rmyers (AT) thebitzinc (DOT) com

Reply With Quote
  #3  
Old   
Devin McMahon
 
Posts: n/a

Default Re: DSO Process Options - 02-07-2004 , 12:27 PM



Quote:
And yes if you find the numeric value of the process type you wish to
pass you can pass in form Cube.Process(1) althought it is much better
to use the constants defined within the definition headers.
That is my question - what are the corresponding values to the option parameters


Reply With Quote
  #4  
Old   
Barry Hensch
 
Posts: n/a

Default Re: DSO Process Options - 02-19-2004 , 08:59 PM



Devin:

I can't remember where I found the actual details for the following
enumerations, but anyway here you go:

processDefault = 0
processFull = 1
processRefreshData = 2
processFlushCache = 3
processResume = 4
processSuspend = 5
processRefreshDataAndIndex = 6
processReaggregate = 7

These are what we use when we can the DSO API from an ActiveX task in
DTS.

HTH,

Barry

Reply With Quote
  #5  
Old   
Devin McMahon
 
Posts: n/a

Default Re: DSO Process Options - 02-20-2004 , 11:52 AM



Thank you very much barry !

arryh (AT) quadrus (DOT) com (Barry Hensch) wrote in message news:<5757a2ca.0402191859.5966235c (AT) posting (DOT) google.com>...
Quote:
Devin:

I can't remember where I found the actual details for the following
enumerations, but anyway here you go:

processDefault = 0
processFull = 1
processRefreshData = 2
processFlushCache = 3
processResume = 4
processSuspend = 5
processRefreshDataAndIndex = 6
processReaggregate = 7

These are what we use when we can the DSO API from an ActiveX task in
DTS.

HTH,

Barry

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.