Re: [PHP-WIN] PHP4 strangeness with SQL Server 2005

2008-11-04 Thread justin
In my experience I haven't come across something specifically like this. Have you run the specific query in Management Studio and taken a look at it? Quite often coming from a LAMP school myself, I always want to blame my query issues on php's support of mssql but more often than not its me

[PHP-WIN] PHP4 strangeness with SQL Server 2005

2008-11-04 Thread Weaver Hickerson
Greetings to the group. I have a PHP4 report that has a couple of queries that "go out to lunch" when connected to 2005. Connect back to 2000 and it works fine. These are based on the mssql_connect, mssql_query, etc. Any help in getting past this stumbling block would be greatly appreciated.