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.
- OpenESQL .NET Managed Runtime
- OpenESQL .NET Managed Runtime applications have no byte limit. In addition to the definitions valid for OpenESQL, the following definition is also valid for the OpenESQL .NET Managed Runtime:
01 clob2 string.