MySQL_GetFieldName

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

version 2004


MySQL_GetFieldName (selectID; fieldIndex; fieldName)

ParameterTypeDescription
selectIDLongintSelect ID returned by MySQL_Select
fieldIndexIntegerIndex of the field - 0...FieldCount -1
fieldNameStringField 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.


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