On Tue, Apr 21, 2009 at 4:39 AM, manohar <[email protected]> wrote: > > Hello guys, > I'm trying to connect to a MS SQL Server 2000 using cake but I'm not > able > to, i get this messages: > Cake is NOT able to connect to the database. > > This is my database.php file: > > var $default = array( > 'driver' => 'mssql',
Be sure that your PHP installation has a mssql driver. Verify it with a phpinfo() and check your php.ini file. Atenciosamente. -- MARCELO DE F. ANDRADE Belem, PA, Amazonia, Brazil Linux User #221105 http://mfandrade.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
