Using Active Server Pages

Analysis Services Programming

Analysis Services Programming

Using Active Server Pages

PivotTable® Service can be used by Active Server Pages (ASP) Microsoft® Visual Basic® Scripting Edition (VBScript) programmers by using the CreateObject method of the ASP Server object. This method can be used to create any needed object from either the Microsoft® ActiveX® Data Objects (ADO) or ActiveX Data Objects (Multidimensional) (ADO MD) object libraries.

Example

The following example creates an ADO MD Cellset object using VBScript:

Dim MyCellset
Set MyCellset = Server.CreateObject("ADOMD.Cellset")

See Also

Using ADO

Using ADO MD