![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Hi ! Can you help me ? I want to build a web-application that builds an MDX Query according to input parameters and displays the results in a normal HTML Table. The server is an MS-SQL OLAP. Yet, I can connect to the OLAP cube via VB and with MS Pivottable client-side over Web. With ASP my code fails, because it cannot find the database: Set db = Server.CreateObject("ADODB.Connection") db.Open "Provider=MSOLAP;Data Source=myServerName;Initial Catalog=myDatabaseName" Here i reason i have to give username and password in the connection string, but do not know how. Just adding username=MyUserName;password=MyPassword does not work. I am also open towards a solution with JSP, as long as it works with MS SQL OLAP. I would also welcome any recommendation for a good book that focuses on OLAP development. best regards, Christoph Huter c.huter (AT) mobilkom (DOT) at |
![]() |
| Thread Tools | |
| Display Modes | |
| |