- Posts: 2
- Thank you received: 0
Hallo,
i just got Table JX for joomla 2.5. Installation was ok but now I can´t get a connection to our remote mssql 2012 server. Error message is The MSSQL adapter \"mssql\" is not available.
My settings are:
Select Connection: others
Database Type: mssql
Database Host: [IP address of the mssql server]
Database User: [username]
Password: [password]
Database Name: [Eko-Plant_test]
So what I am doing wrong ? Connection: Same as Joomla's is working
Thanks for your help.
Martin*
Please Log in or Create an account to join the conversation.
Hi,
Apparently mssql extension for php is not installed on your server. You can try to use "sqlsrv" as database type. If also sqlsrv is not working, than you will have to install one of the php extensions on your server.
Here are the official Mycrosoft's instructions on how to install this extension to your server: www.microsoft.com/en-us/download/details.aspx?id=20098
Please Log in or Create an account to join the conversation.