bool odbc_next_result ( resource $result_id )
Checks if there are more result sets available as well as allowing access to the next result set via odbc_fetch_array(), odbc_fetch_row(), odbc_result(), etc.
Returns TRUE if there are more result sets, FALSE otherwise.