Synopsis:
field_name=db_fname(db_handle,field_nr)
Arguments:
db_handle - The database handle
field_nr - the field number
Description: This function returns the name of the field specified by the given field_nr. The field_nr defines the number of the field starting from 0.
Returns: Returns the field name or a negative error code.