Dan Shirah wrote:
> Jochem,
> 
...

>   }

var_dump($query);

// run the query direct in mssql (e.g. via cmdline)
// to determine if the problem is your code, your query or
// if the query correctly return no results.

> $res = mssql_query($query) or die(mssql_error());
> 
> 

...

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to