bool odbc_fetch_row ( resource $result_id [, int $row_number ] )
Fetches a row of the data that was returned by odbc_do() or odbc_exec(). After odbc_fetch_row() is called, the fields of that row can be accessed with odbc_result().
Returns TRUE if there was a row, FALSE otherwise.