Number of columns in a result
(PHP 3>= 3.0.6, PHP 4 )
int odbc_num_fields ( resourceresult_id )
odbc_num_fields() will return the number of
fields (columns) in an ODBC result. This function will return -1
on error. The argument is a valid result identifier returned by
odbc_exec().