Delete large objects
- Last Updated: December 3, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
To delete a large object, use the ASSIGN statement
to set the value of the large object field to the Unknown value (?).
For example:
|
Note that when you delete a record in a table, any non-null BLOB fields
referenced in the record are also deleted.