Image

Imageeyeh8u wrote in Imagephp

SQL Server Connection

Hi,

I have some php running in the latest php stable 4.x build on Windows 2003 Server in IIS6 in ISAPI mode.


My code does a mssql_connect, this previously was working fine, this week it has stopped working. I am unaware of any specific changes.

SQL Server is running on a non-standard port, on the localhost. Client Network Utility is configured to talk on the custom port, as is server network utility. ASP Code running in the same instance connects fine.

I have tried variations such as:

localhost
localhost,[port]
localhost:[port]
\\localhost\instancename,[port]

With no change.

Any suggestions?