Restrictions
- Last Updated: May 14, 2020
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The following restrictions apply to CLOB fields:
- The
UNDEFINEDcode page is not allowed forCLOBvalues. - You must copy a
CLOBto aLONGCHARin order to read or edit it. - The size limit for a
CLOBis 1GB. - You cannot use
CLOBvalues in an index. - You cannot have an array of
CLOBfields. - You cannot pass a
CLOBas a parameter (but you can pass a temp-table that contains aCLOBfield as a parameter). -
CLOBfields are only allowed in temp-tables that areNO-UNDO. - You cannot define a local program variable as a
CLOB. - You cannot use
ASSIGNtriggers for aCLOBfield. - You cannot use
BUFFER-COMPAREon aCLOBfield. - The initial value for a
CLOBmust be theUnknown value (?). - The
RAW-TRANSFERstatement skipsCLOBfields, assigning theUnknown value (?)to theCLOBfield in the target record.