sqlsrv_get_field

Example

 mixed sqlsrv_get_field ( resource $stmt , int $fieldIndex [, int $getAsType ] ) 

Description

Gets field data from the currently selected row. Fields must be accessed in order. Field indices start at 0.

Return Values

Returns data from the specified field on success. Returns FALSE otherwise.