I am trying to connect to the SQL Server 2000 database using PHP PDO SQLSRV, but when access to index returns 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 tips on how I can resolve?