GetDatabaseBlob()

Syntax

Result = GetDatabaseBlob(#Database, Column)
Description
Returns the content of the specified #Database column as a pointer to the blob memory. The Column parameter is a number starting from 0 which represents the first field. To determine the type of a column, DatabaseColumnType() can be used. To determine the size of the blob, DatabaseColumnSize() can be used. If 'Result' is 0, then the blob can't be retrieved or its content is empty.

Note: This function can be called only once for each column. Therefore if this value needs to be used more than once, the data has to be stored in a variable, since all subsequent calls will returns the wrong value. This is an ODBC limitation.

Supported OS

All

<- FirstDatabaseRow() - Database Index - GetDatabaseDouble() ->