I have a production support site that runs on Windows Server 2003, SQL Server 2008 r2, php 5.2.6 and I have to connect it to a new server with windows server 2019 with SQL Server 2019.
When I try to connect from the old server to the new one, the mssql_connect()
function gives me an error. I think it's the fault of wrong drivers, but I'm afraid that the versions take too many years.
Is there any solution? Is there a driver that is compatible with server 2003 that allows you to connect to SQL Server 2019?