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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Enter connection string

Status
Not open for further replies.

bebbo1986

Programmer
Feb 12, 2008
43
DE
Hallo together,

I want to access Microsoft SQL Server Analysis Services 2008 from PROLOG. For the SQL Server it is no problem because I can establish an odbc connection and send SQL commands over this and receive the results.
But for Analysis Services I can not use ODBC. How could I communicate with that.
For OLE DB for example I normally enter this connection string
Provider=MSOLAP;Data Source=myServerAddress;Initial Catalog=myDataBase;
and it works. Can I use connection strings in PROLOG somehow.

Thanks for any help with that,
Martin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top