I'd start with a blank (non-cake) php page and try and get that
working to make sure your odbc driver is set up correctly.

Haven't used ODBC with cake but I can tell you the Easysoft stuff is
very good (caveat: I used to work at Easysoft :-) )

On Feb 12, 4:37 pm, Stinkbug <justink...@gmail.com> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to