I use mssql.dll and sqlsrv.dll drivers
>> model cities exception 'CDbException' with message 'CDbConnection failed to open the DB connection: could not find driver' in C:\Inetpub\wwwroot\yii-1.1.2\framework\db\CDbConnection.php:267
Have trouble enabling pdo_mssql.dll and probably it's lack generates this error
My main.php
'connectionString' => 'mssql:host=TEST-KOMP\SQLEXPRESS;dbname=mgr', // or //'connectionString' => 'sqlsrv:host=TEST-KOMP\SQLEXPRESS;dbname=mgr', 'emulatePrepare' => true, 'username' => 'sa', 'password' => '********', 'charset' => 'utf8',
What can I do?

Help














