DBGateway_FieldName

4D - Documentation   Français   English   German   4D For ADO, Command Theme List   4D For ADO, Command Alphabetical List   Back   Previous   Next

version 2004


DBGateway_FieldName (selectID; fieldIndex; fieldName)

ParameterTypeDescription
selectIDLongintSelect ID returned by DBGateway_Select
fieldIndexIntegerIndex number of the field
fieldNameStringName 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.


4D - Documentation   Français   English   German   4D For ADO, Command Theme List   4D For ADO, Command Alphabetical List   Back   Previous   Next