"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!!!
--
_
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
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