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',
                'persistent' => false,
                'host' => '10.1.32.48',
                'login' => 'sa',
                'password' => 'sql',
                'database' => 'tecu',
                'prefix' => '',
        );

I have a Win Pro2000,PHP and SQL Server 2000 as DBMS


Thanks for any help you can supply


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to