I am using PHP 5.3.6 on Windows and connecting to a SQL Server 2008 database.
According to the docs at MSDN there are two drivers for me to choose from.
php_sqlsrv_53_nts_vc9.dll
php_pdo_sqlsrv_53_nts_vc9.dll
The documentation on how to use each is great, but I'm not sure why I would use one over the other.
Can someone provide some insight on what the fundamental differences are (other than syntax) and why one is better than the other?