I am playing with iis 7.5 on windows 2008 r2 x64 server. I have got php running
and the phpinfo page is coming up okay.
I have created a oterro odbc in the odbc data source administrator. I have
tested the connection using an odbc viewer.
When I tried to connect via php using the command:
$dbcnx = @odbc_connect("bluz","","");
It fails to connect. I am thinking there is a different way iis 7.5 uses
permissions.
If I copy the database to the root of my web folder it works fine. I believe it
uses permissions differently than in the past.
Dan Goldberg