Very large data types

Informix® uses the TEXT and BYTE data types to store very large texts or images.

SQLite 3 provides TEXT and BLOB native data types.

Solution

The SQLite database interface can convert BDL TEXT data to TEXT and BYTE data to BLOB.