Here's a copy of my response in the C# group... using (OleDbConection cn =
new OleDbConnection())
cn.ConnectionString =
"Provider=MSOLAP.1;User ID=SomePassword;Password=xxxxxxxxx;Data
Source=ServerName;Initial Catalog=YourCataolg";
Then just open the connection and do your thing...
HTH,
Bill