Re: connecting mssql 2005

2013-06-11 Thread John Sposato
Did you look here: https://github.com/cakephp/datasources This is what we're using On Thursday, June 6, 2013 2:21:59 AM UTC-4, Nikunj Amipara wrote: > > hi, > I am trying to connect to remote database which is on mssql server and i > am getting fallowing error can any one help? > tried to goog

Re: connecting mssql 2005

2013-06-09 Thread Nikunj Amipara
i am using windows 7 32 bit On Sun, Jun 9, 2013 at 12:41 PM, abhijit kakade wrote: > Even I faced this error once on Windows XP operating system, but its work > properly on Windows 7. > which OS you are using? > > > > On Fri, Jun 7, 2013 at 3:11 AM, Nikunj Amipara wrote: > >> i did that already

Re: connecting mssql 2005

2013-06-09 Thread abhijit kakade
Even I faced this error once on Windows XP operating system, but its work properly on Windows 7. which OS you are using? On Fri, Jun 7, 2013 at 3:11 AM, Nikunj Amipara wrote: > i did that already > > > On Thu, Jun 6, 2013 at 12:41 PM, sumit goyal wrote: > >> you need to ODBC install Driver >> >>

Re: connecting mssql 2005

2013-06-07 Thread Nikunj Amipara
i did that already On Thu, Jun 6, 2013 at 12:41 PM, sumit goyal wrote: > you need to ODBC install Driver > > > On Thu, Jun 6, 2013 at 11:51 AM, Nikunj Amipara wrote: > >> hi, >> I am trying to connect to remote database which is on mssql server and i >> am getting fallowing error can any one he

Re: connecting mssql 2005

2013-06-07 Thread sumit goyal
you need to ODBC install Driver On Thu, Jun 6, 2013 at 11:51 AM, Nikunj Amipara wrote: > hi, > I am trying to connect to remote database which is on mssql server and i > am getting fallowing error can any one help? > tried to google this problem but nothing seems to work. > > A Database connecti

Re: connecting mssql 2005

2013-06-06 Thread Nikunj Amipara
hi, thanks for reply but mssql extension is not available anymore on Windows with PHP 5.3 or later. I am running 5.4.3. http://php.net/manual/en/intro.mssql.php they recommend to use sqlsrv instead but is neither of them is working. On Thu, Jun 6, 2013 at 5:16 PM, John Sposato wrote: > Here i

Re: connecting mssql 2005

2013-06-06 Thread John Sposato
Here is a config from one of our apps that connects to an MSSQL 2008 server (the server is setup to use port 3306, but it is MSSQL): public $mssqlServer = array( 'datasource' => 'Datasources.Database/Mssql', 'persistent' => false, 'host' =>

Re: connecting mssql 2005

2013-06-06 Thread Nikunj Amipara
i already had , mssql server 2005 i upgraded it though to 2008 still same error.. this is my config public $test = array( 'datasource' => 'Database/Sqlserver', 'persistent' => false, 'host' => '192.168.97.10', //'port' => '3306', 'login' => 'igurutest', 'password' => 'test', 'database' => 'test'

Re: connecting mssql 2005

2013-06-06 Thread abhijit kakade
Install sql server express edition 2008 on system .. Its a freeware from microsoft .. That will solve this problem On Jun 6, 2013 11:52 AM, "Nikunj Amipara" wrote: > hi, > I am trying to connect to remote database which is on mssql server and i > am getting fallowing error can any one help? > tri

connecting mssql 2005

2013-06-05 Thread Nikunj Amipara
hi, I am trying to connect to remote database which is on mssql server and i am getting fallowing error can any one help? tried to google this problem but nothing seems to work. A Database connection using "Sqlserver" was missing or unable to connect. The database server returned this error: SQ