Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

create a cellset

Status
Not open for further replies.

bmorris

Programmer
Apr 27, 2001
8
US
The code I'm using is as follow:

set cs=server.createobject("ADOMD.cellset")
cs.activeconnection=cn
cs.open szmdx

I blow up on the last line
cann't open cube?
Why
 
May be
"Set cs.activeconnection=cn ???"
and not
"cs.activeconnection=cn"


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top