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.

    Unless the use of this MS thingy is dictated by your boss, I would recommend porting it over to MySQL - it works fantastically with PHP.

    On the other hand, I have never actually used SQLServer, so I wouldn't know too much on this subject - feel free to ignore this!!

    Isaac

      Here's a dumb question:
      What did you find when you checked the messages from the SQL Server? (severity 16)

        Write a Reply...