We're trying to connect to sql server and we've installed the EasySoft MS SQL Driver and I'm told that the connection is working (I'm not the one that installed it and test it), but we can't get it to work in Cake.
Has anyone tried using this driver and if so, what did you have to do to get it to work? Our database config looks something like this. var $webserver = array( 'driver' => 'odbc', 'connect' => 'webserver', 'persistent' => false, 'host' => 'webserver', 'login' => 'saweb', 'password' => '54web', 'database' => 'webserver', 'prefix' => '', ); --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to cake-php+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---