db_nfields
Previous Topic  Next Topic 

Synopsis:

       num_recs=db_nfields(db_handle)


Arguments:

       db_handle - The database handle


Description:     This function returns the number of fields in the records of the DBF table specified by the db_handle argument.


Returns:  Returns the number of fields  in the records belonging to the specified table else returns a negative error code if an invalid db_handle is given,