Re: SQL Server, Linux, CakePHP 2

2012-10-02 Thread abhijit kakade
Yes its possible, but if you are using Linux then you can't use sqlsrv drivers bcoz its works only on windows server. On linux you have to use php-mssql or freetds drivers these drivers works on php 5.2 not above. So to use cakephp with mssql i suggest use following setup. Althjough there is a

SQL Server, Linux, CakePHP 2

2012-10-01 Thread Josh Becker
Can anyone confirm if this is actually possible? Or has anyone been able to do it? Leveraging https://github.com/rchavik/datasources/tree/mssql-2.0 , ODBC, freedts, anything? I've been searching + trying different things for a few days now and have read so many different articles. I was

Re: SQL Server, Linux, CakePHP 2

2012-10-01 Thread Wladimir Chopite
Hi, yes it is possible. You need sqlsrv driver. I can pass it to you, and one example, if you want of course. Sorry my english El oct 1, 2012 2:07 p.m., Josh Becker ooto...@gmail.com escribió: Can anyone confirm if this is actually possible? Or has anyone been able to do it? Leveraging