Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

PHP + OLAP

9 views
Skip to first unread message

Eduardo Quiroz

unread,
Dec 11, 2009, 1:43:01 PM12/11/09
to
Hi everybody.
I need to query an OLAP with PHP. Is possible, isn't it?
Could anyone give me some light on this.
Thanks in advance.

Giovanni

unread,
Jan 11, 2010, 4:38:53 AM1/11/10
to

Igor

unread,
Jan 12, 2010, 8:21:16 AM1/12/10
to

True, as long as you're able to:

i) call a web service (an I'm sure you can do that from PHP)
ii) write an MDX query

you can get by with XMLA.
I wrote a java client that does the same 5 years ago ( http://sourceforge.net/projects/whex/ ).

Be advised, though, that you'll have to setup XMLA on the server box, but that is not a problem, check this out:
http://msdn.microsoft.com/en-us/library/cc917711.aspx

I don't know what version of AS & OS are you using, but this can be done even with the old AS 2000.

Best regards,

Igor

0 new messages