|
DatabaseColumnBlob
Gets a field value as an array from the current record.
bool DatabaseColumnBlob(
|
Parameters
request
[in] Request handle received in DatabasePrepare().
column
[in] Field index in the request. Field numbering starts from zero and cannot exceed DatabaseColumnsCount() - 1.
data[]
[out] Reference to the array for writing the field value.
Return Value
Return true if successful, otherwise false. To get the error code, use GetLastError(), the possible responses are:
Note
The value can be obtained only if at least one DatabaseRead() call has been preliminarily made for 'request'.
To read the value from the next record, call DatabaseRead() preliminarily.
See also
DatabasePrepare, DatabaseColumnSize, DatabaseColumnsCount, DatabaseColumnType, DatabaseColumnName