dbTalk Databases Forums  

Re: Access OLAP over Web-browser, serverside

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Re: Access OLAP over Web-browser, serverside in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Chris Harrington
 
Posts: n/a

Default Re: Access OLAP over Web-browser, serverside - 08-22-2003 , 09:50 PM






Hi Chris,

My API of choice for Analysis Services is XML for Analysis. I am
about to publish a new article on my ThinOLAP blog
(www.activeinterface.com/thinolap/thinolap.asp) where I will move the
logic to the server-side. Until then (probably next week for the
server-side article), you can check out the current articles and get
familiar with XML/A, which will become the native API for AS in the
next version of SQL Server.

Chris


"Chris" <c.huter (AT) mobilkom (DOT) at> wrote

Quote:
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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.