sqlsrv_fetch

Example

 mixed sqlsrv_fetch ( resource $stmt [, int $row [, int $offset ]] ) 

Description

Makes the next row in a result set available for reading. Use sqlsrv_get_field() to read the fields of the row.

Return Values

Returns TRUE if the next row of a result set was successfully retrieved, FALSE if an error occurs, and NULL if there are no more rows in the result set.