On Jul 7, 2003, "Micah Montoy" claimed that:

|Well, I redid the code a bit but it is still blowing up with the same error
|message.  I also did the echo bit and it returned "Resource id #10".  What
|ever that is.  At least I know its returning something.  But when I did
|mssql_row_nums($result), it returned the value 0.  I'm not sure if this is
|where its encountering problems or not.  Here is the script that I'm using
|for everything.  I believe the syntax is correct but let me know if you see
|anything out of place.

[snip]
If the number of rows being returned is zero, what data do you expect to
get? Shouldn't you check to see if the number of rows returned is zero and
produce some other message and stop processing the non-existant results?

Jeff
-- 
Registered Linux user #304026.
"lynx -source http://jharris.rallycentral.us/jharris.asc | gpg --import"
Key fingerprint = 52FC 20BD 025A 8C13 5FC6  68C6 9CF9 46C2 B089 0FED
Responses to this message should conform to RFC 1855.



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

Reply via email to