Previous Topic Next topic Print topic


Large Character Strings (CLOB)

Large character strings (CLOB) enable you to store large amounts of data in columns.

Host Variable Formats

OpenESQL
01 clob1     SQL TYPE IS CLOB(2M).
  • OpenESQL native support is limited to handling 65000 bytes.
  • The clob1 format uses the CLOB SQL TYPE.
Previous Topic Next topic Print topic