OLAP Connection Strings? -
07-20-2004
, 12:50 PM
hi,
try using this
Set cat = Server.CreateObject("ADOMD.Catalog")
Set cst = Server.CreateObject("ADOMD.CellSet")
OLAPServerName = "computer name"
cat.ActiveConnection = "Data Source=" &
OLAPServerName & ";Initial Catalog=foodmart
2000;Provider=msolap;"
This may help u to solve ur problem.
bye, |