BLOB limitations
- Last Updated: March 22, 2016
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Current limitations for BLOB support are as
follows:
-
BLOBdata columns cannot be part of an index. -
BLOBdata columns cannot be used for variables or as parameters in stored procedures. - Comparison operations are not supported on
BLOBcolumns. Comparison operations betweenBLOBcolumns are not supported. Comparison operations betweenBLOBcolumns and columns of other data types are not supported. - Conversion, aggregate, and scalar functions are disallowed on this data type.
-
BLOBdoes not have National Language Support (NLS). - The default size for a
BLOBis 32000 bytes.