int sasql_field_count( sasql_conn $conn )
Returns the number of columns (fields) the last result contains.
$conn The connection resource returned by a connect function.
A positive number of columns, or FALSE if $conn is not valid.