odbc_next_result

Example

 bool odbc_next_result ( resource $result_id ) 

Description

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.

Return Values

Returns TRUE if there are more result sets, FALSE otherwise.