Dear all.
I've installed wamp on my first PC (WINDOWS 10). I'm trying to connect my php script (since PC10) to a database on an another PC (windows 8.1). I 'm getting always the same message :
PDOException: SQLSTATE[IMSSP]: This extension requires the Microsoft SQL Server 2012 Native Client ODBC Driver to communicate with SQL Server. Access the following URL to download the Microsoft SQL Server 2012 Native Client
ODBC driver for x86: http://go.microsoft.com/fwlink/?LinkId=163712
I' add in my php.in (on W10) the following lines :
extension=php_sqlsrv_55_ts.dll
extension=php_sqlsrv_55_nts.dll
extension=php_pdo_sqlsrv_55_ts.dll
extension=php_pdo_sqlsrv_55_nts.dll
and i putted the files in the php/ext directory
still got the same error message.
Could someone help?
Thank you