Hello, I've been trying to solve this issue without any success,

This is my config:

        var $default = array('driver' => 'mssql',
                                                                'connect' => 
'mssql_connect',
                                                                'host' => 
'localhost',
                                                                'login' => 'sa',
                                                                'password' => 
'',
                                                                'database' => 
'Infolab',
                                                                'prefix' => '');

And I get this messages when I run it:

Warning: mssql_pconnect() [function.mssql-pconnect]: Unable to
connect: SQL Server is unavailable or does not exist. Unable to
connect: SQL Server does not exist or network access denied. (severity
9) in C:\xampp\htdocs\infolab\cake\libs\model\dbo\dbo_mssql.php on
line 138

Warning: mssql_pconnect() [function.mssql-pconnect]: Unable to connect
to server: localhost,1433 in C:\xampp\htdocs\infolab\cake\libs\model
\dbo\dbo_mssql.php on line 138

Warning: mssql_select_db(): supplied argument is not a valid MS SQL-
Link resource in C:\xampp\htdocs\infolab\cake\libs\model\dbo
\dbo_mssql.php on line 140

I'm trying to connect directly from localhost which already has an SQL
Server, an Apache y PHP

Any suggestion?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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