this is my code
main.php
'db'=>array( 'connectionString' => 'mssql:host=ELEKTRASRV;dbname=ELEKTRA3', //'emulatePrepare' => true, 'username' => 'sa', 'password' => '123456', //'charset' => 'utf8', ),
and this error comes out
CDbConnection failed to open the DB connection: could not find driver
anyone can help me get drivers to connect to sql server?
or any solution ??

Help














