Hi nate
Thanks a lot for your help.
It's good to see that I am not the only one, trying to use this biest
;-)
I downloaded and tried it with the 'experimental' dbo_mssql.php driver
together with cake 0.10 final, PHP 5.1.2 and SQL Server 2000 on another
machine.
Unfortunately, when trying the cake blog tutorial, I get the following
error:
Fatal error: Call to undefined function mssql_min_message_severity() in
C:\php5\cake\cake\libs\model\dbo\dbo_mssql.php on line 107
This happens in the constructor of the driver, trying to call the
method 'mssql_min_message_severity(15)' that does not exist in this
class and neither in the class hierarchy.
The cake database configuration looks like:
var $default = array('driver' => 'mssql',
'connect' => 'mssql',
'host' => '192.168.0.103',
'login' => 'test',
'password' => 'test',
'database' => 'cake-blog',
'prefix' => '');
Did I miss something?
BTW: The dbo_mssql.php driver is not included in the
'cake_nightly_19.04.2006'.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---