Installing Concrete 5 on Microsoft SQL Server

Permalink
Hi

Is it possible to install and operate Concrete5 with SQL server (not MySql)?

I am using PHP 5.3.3 and have managed to get the 'sqlsrv' driver from Microsoft to work with PHP. I need Concrete5 installed on SQL server but cant get it to work. I have edited the base.php file so that DB_TYPE = 'mssqlnative' and 'mssql' but cant connect to the database.

Does anyone know how to get this to work?
Thank you

 
codingpenguins replied on at Permalink Reply
I am currently doing this. This may seem obvious but sqlsrv is NOT mssql. If you had mssql then use mssql as your DB_TYPE, but you are not. So what I did was create a new adodb for this case. I did not figure it out yet, but if you have completed this, let me know what you did thanks.
stevenz replied on at Permalink Reply
Hi All,
Did you have any luck installing this on MS SQL server?
Thank you!