Re: Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-03 Thread Wladimir Chopite
You have to install sqlsrv driver on your server El ene 2, 2013 10:02 p.m., "Mohamad Zulhelmi Redzwan" escribió: > I try to make connection with my local ms sql db with this settings > public $default = array( > 'datasource' => 'Database/Sqlserver', > 'persistent' => false, > 'host' => 'localhost

Re: Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-03 Thread Lloyd Johnson
i have found this http://about-opensource.blogspot.com/2012/06/cake-php-231-with-sql-server-2005-or.html i am going to try it out tomorrow On Thursday, January 3, 2013 4:11:40 PM UTC-7, Lloyd Johnson wrote: > > me too i am looking to do this in cakephp 2.0 myself. > > On Wednesday, January 2,

Re: Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-03 Thread Lloyd Johnson
me too i am looking to do this in cakephp 2.0 myself. On Wednesday, January 2, 2013 7:27:55 PM UTC-7, Mohamad Zulhelmi Redzwan wrote: > > I try to make connection with my local ms sql db with this settings > public $default = array( > 'datasource' => 'Database/Sqlserver', > 'persistent' => false

Database Connection MS SQL 2012 With CakePHP 2.X

2013-01-02 Thread Mohamad Zulhelmi Redzwan
I try to make connection with my local ms sql db with this settings public $default = array( 'datasource' => 'Database/Sqlserver', 'persistent' => false, 'host' => 'localhost\SQLEXPRESS', 'login' => 'sa', 'password' => '123456', 'database' => 'ktmb', 'prefix' => '', //'encoding' => 'utf8', ); but