I have just installed SQL Server 2005 Beta 2 with security set to "Windows Authentication".
When I test the ODBC connect it validates fine.
I can connect through "SQL Server Management Studio" no problem.
I can connect through Excel/ODBC no problem.
But when I try to connect through ODBC in PHP I get an error "The user is not associated with a trusetd SQL Server connection".
Any help on what might be wrong would be appreciated.
My ODBC connection string is:
$connectionstring = odbc_connect("DRIVER={SQL Server};SERVER=IT22;DATABASE=master", 'Administrator','******')