version 2004
MySQL_GetPictureField (selectID; fieldIndex; fieldValue)
| Parameter | Type | Description | |
| selectID | Longint | Select ID returned by MySQL_Select | |
| fieldIndex | Integer | Index of the field - 0...FieldCount -1 | |
| fieldValue | Picture | Value 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.