Restrictions
- Last Updated: January 16, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following restrictions apply to BLOB fields:
- The size limit for a
BLOBis 1GB. - You cannot use
BLOBvalues in an index. - You cannot have an array of
BLOBfields. - You cannot pass a
BLOBas a parameter (but you can pass a temp-table that contains aBLOBfield as a parameter). -
BLOBfields are only allowed in temp-tables that areNO-UNDO. - You cannot define a local program variable as a
BLOB. - You cannot use
ASSIGNtriggers for aBLOBfield. - The initial value for a
BLOBmust be theUnknown value (?). - You must copy a
BLOBto aMEMPTRto read or edit it. - The
RAW-TRANSFERstatement skipsBLOBfields, assigning theUnknown value (?)to theBLOBfield in the target record.