Re: [PHP-WIN] MS SQL 2000

2001-04-22 Thread Jan Walter
"Frank M. Kromann" wrote: > What version of the php_mssql.dll are you using ? > We had an error a while back where mssql_query returned a wrong value (true instead >of a ressource). Thanx alot, the 4.0.5 version from php4win works fine!!! -- _

Re: [PHP-WIN] MS SQL 2000

2001-04-21 Thread Frank M. Kromann
What version of the php_mssql.dll are you using ? We had an error a while back where mssql_query returned a wrong value (true instead of a ressource). You could also add an extra parameter to the query function $answer = mssql_query("SELECT * FROM table", $connection); - Frank P.S. If you a

[PHP-WIN] MS SQL 2000

2001-04-21 Thread Jan Walter
Hi all, I have the following problem with PHP using MS SQL 2000. The connection seems to be opened properly, but any usage of returned value from mssql_query() does not work as a parameter for functions like mssql_fetch_array, mssql_num_rows, etc., although it is printed as '1'. -- This piece of