Is there a way to tell PHP to not show just this warning? Maybe there should be another warning level just for this warning, call it "trivial and pointless". :-) Warning: odbc_fetch_row(): No tuples available at this result index in I don't even know what it means. I get it all the time when I'm checking if my query returned results. It's kinda silly. Everything works fine & I'd like to leave error_reporting full so SQL errors that report as warnings will be displayed. Thanks! <>< Ryan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php