MySQL_GetPictureField

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

version 2004


MySQL_GetPictureField (selectID; fieldIndex; fieldValue)

ParameterTypeDescription
selectIDLongintSelect ID returned by MySQL_Select
fieldIndexIntegerIndex of the field - 0...FieldCount -1
fieldValuePictureValue of the field

Description

The MySQL_GetPictureField command returns the value of the field referenced by fieldIndex.

selectID is a Longint returned by MySQL_Select.

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

fieldValue returns a Picture variable containing the value of the field.


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