DBGateway_GetStringField

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

version 2004


DBGateway_GetStringField (selectID; fieldIndex; fieldValue)

ParameterTypeDescription
selectIDLongintSelect ID returned by DBGateway_Select
fieldIndexIntegerIndex number of the field
fieldValueStringString value of the field

Description

The DBGateway_GetStringField command retrieves the String value of the field passed in the fieldIndex parameter.

selectID is a Longint returned from DBGateway_Select.

fieldIndex is an Integer that specifies the index position of the field in the select statement.

fieldValue is a String variable where the value of the field is returned.


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