I read that the PHP PDO drivers use the SQL Server 2012 Native Client ODBC Driver to connect to SQL Server. The SQL Server 2012 Native Client says it supports connecting to SQL Server 2000, but the PHP PDO drivers say that it's for 2005 and higher.
Does that mean I can use the PHP PDO 3.0 drivers to connect to SQL Server 2000 afterall?
↧