3
I am trying to connect to SQL Server 2000 database using PHP PDO SQLSRV, but when accessing index return me the catch()
with the following error
SQLSTATE[08001]: [Microsoft][SQL Server Native Client 11.0]SQL Server Native Client 11.0 does not support Connections to SQL Server 2000 or earlier versions.
Any hint as to how I can solve?
See if this helps you.
– Ivan Ferrer
Which version of php you’re using?
– rray
5.4.8 the version of my PHP
– Guilherme SpinXO
One attempt to remedy is to use odbc driver for PDO.
– rray
I’ll try to solve with odbc driver
– Guilherme SpinXO