Having trouble connecting to SQL SERVER 2008 R2 ?
PHP has changed the way it connects to sql server recently and to my surprise I couldn't find a single article showing me how to do this.
Here's how you use DSN to connect to SQLSERVER using Microsofts SQL Server driver..
sqlsrv://sa:yourpassword@localhost/dbname
Post a comment and let me know if it works
PHP has changed the way it connects to sql server recently and to my surprise I couldn't find a single article showing me how to do this.
Here's how you use DSN to connect to SQLSERVER using Microsofts SQL Server driver..
sqlsrv://sa:yourpassword@localhost/dbname
Post a comment and let me know if it works