php - Not getting connected to Sql Server 2012 -


I'm getting the error when connecting SQL Server 2012 to Laravel 4

PDOException SQLSTATE [IMSSP]: This extension requires the Microsoft SQL Server 2012 Native Client ODBC Driver to communicate with SQL Server.

According to this link

I have downloaded and installed these two files in the x86: Microsoft SQL Server 2012 Native Client to Download the ODBC Driver Access the following URL for > Xampp / php / etc / folder

php_sqlsrv_54_ts.dll

php_pdo_sqlsrv_54_ts.dll

and both of them In the added Php.ini file but still I'm seeing the same error.

I am using Windows 7 and XMP Please help me.

I removed the expression on my Windows 7 and installed the Wamp (32 bit) server because After almost every tutorial my xampp installation got unstable.

The following steps are a result of successful connection of SEL Server 2012.

  • Download Microsoft SQL Driver for PHP

    / Li>

  • Click on exe to make a copy below it two DLS. After that I have downloaded and installed this Microsoft SQL Server 2012 SP1 Feature Pack

    After restarting it on your computer. You should see these two blocks in your phpinof () output

    Enter image details here

    Enter image details here

    sit that. Hope this will help anyone.

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -