I am using xampp on a Linux server. My phpinfo()
function says that I have FreeTDS
Now when I connect with Yii, its gives me the error:
CDbConnection failed to open the DB connection: could not find driver
The only thing I installed is xampp v1.8.3-3 X64 for Linux (centos).
Did I miss something, or something extra I need to install ??
EDIT:
my Yii connection: dblib:host=MY_HOST_IP;dbname=MY_DB
EDIT 2:
I have downloaded a dblib extension and moved it to php extension folder and tried again. This is the new message from the server.
CDbConnection failed to open the DB connection: SQLSTATE[] (null) (severity 0)