Non-Key Data Types
This section discusses the internal storage formats of data types that cannot be indexed (used as Btrieve keys).
BLOB
The Binary Large Object (BLOB) type provides support for binary data fields up to 2 GB in size. This type consists of 2 parts:
For additional information, see BINARY and LONGVARBINARY and Limitations on LONGVARCHAR and LONGVARBINARY.
CLOB
The Character Large Object (CLOB) type provides support for character data fields up to 2 GB in size. This type consists of 2 parts:
For additional information, see CHAR, VARCHAR, and LONGVARCHAR and Limitations on LONGVARCHAR and LONGVARBINARY.