Returns the name of a field contained in a specified recordset. The field is identified by a field index.
Syntax
CSV_DB_GetFieldName(hRecordSet,nFieldIndex)
#nFieldIndex:
Index of field (first field has nFieldIndex = 0).
Return Value
Name of fields if successful, otherwise "".