version 2004
MySQL_GetFieldName (selectID; fieldIndex; fieldName)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| fieldIndex | Integer | Index of the field - 0...FieldCount -1 | |
| fieldName | String | Field name |
Description
The MySQL_GetFieldName command retrieves the column name for a particular field.
selectID is a Longint returned by MySQL_Select.
fieldIndex is an Integer that specifies the index position of the field in the table.
fieldName is the String that is returned which contains the field name.