Problem connecting sql server using php

I used the PHP MVC framework called Yii and wanted to use mssql server 2008 as a database, but I ran into a connection problem and got the error information as follows:

CDbConnection could not open the database connection: SQLSTATE [HY000] The network link level of the Db library is not loaded. (severity 9)

Accordingly, I thought that it had nothing to do with the framework, but probably with some sql server problems, I was looking for this problem, and someone suggested copying the DLL file to system32, but it did not work for me.

Please help me with this, thanks in advance.

+3
source share
1 answer

Yii, php_mssql.dll, ntwdblib.dll( mssql). , PHP Yii SQL Server DLL ?

0

Source: https://habr.com/ru/post/1781965/


All Articles