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!

Connect String?

Status
Not open for further replies.

Bygbobbo

Programmer
Apr 23, 2002
145
US
Does anyone have a sample connectstring for an MS SQL Server OLAP Database?

My cube is using MOLAP..

Muchas Gracias...

Bygs
 
"Provider=MSOLAP;Persist Security Info=False;Data Source=c:\Cubes\MyCube.cub;Client Cache Size=25;Auto Synch Period=10000"

This is the string I use to get to a minature cub file.

If your conecting to an analysis services cube, then I would use the following:

"Provider=msolap; Datasource=ServerName; Initial Catalog=CubeName; Connect Timeout=5"

Hope that helps! Fi.

:)


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top