freeBlob()

The lobLib.freeBlob system function releases any resources used by a BLOB variable.

Syntax

  lobLib.freeBlob(blobVariable BLOB inOut)
blobVariable
The BLOB variable. If this parameter has a null value, the function does nothing.

Feedback