Has anyone tried to connect and retrieve information from an OLAP cube through PHP on Linux platform?
I have tried mssql_connect() and PDO_DBLIB but no luck
When I have tried with mssql_connect(), I got the warning
General SQL Server error: Check messages from the SQL Server (severity 16).
I am able to connect to OLTP by using these functions but not to OLAP
It would be appreciated if someone can help me to find out the solution.
Thanks in advance.