5.15 Does Allbase support BLOBs (Binary Large OBjects)? We want to be able to store digitized images (JPEG or GIF format) in a relational table for use in an ID-card system.

The LONG VARBINARY data type can be used for storing BLOBs. There are no special operations defined for this data type, but otherwise, this should meet your BLOB requirements.