Try OpenEdge Now
skip to main content
ABL Data Types Addenda
Using large objects in ABL : Deleting large objects
 

Deleting large objects

To delete a large object, use the ASSIGN statement to set the value of the large object field to the Unknown value (?). For example:
ASSIGN employee.blob = ?.
Note that when you delete a record in a table, any non-null BLOB fields referenced in the record are also deleted.