version 2004
DBGateway_FieldName (selectID; fieldIndex; fieldName)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by DBGateway_Select | |
| fieldIndex | Integer | Index number of the field | |
| fieldName | String | Name of the field |
Description
The DBGateway_FieldName command retrieves the column name for a particular field.
selectID is a Longint returned by DBGateway_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.