version 6.0
BLOB size (blob) Longint
Parameter | Type | Description | |
blob | BLOB | BLOB field or variable | |
Function result | Longint | Size in bytes of the BLOB |
Description
BLOB size returns the size of blob expressed in bytes.
Examples
The line of code adds 100 bytes to the BLOB myBlob:
SET BLOB SIZE (BLOB size(myBlob)+100)
See Also