MySQL_GetBlobField

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

version 2004


MySQL_GetBlobField (selectID; fieldIndex; fieldValue)

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

Description

The MySQL_GetBlobField 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 Blob 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