Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_DB_GetFieldName

CSV_DB_GetFieldName

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 "".