How are Blob Data Stored?
From InterBase
Go Up to Working with Blob Data
Blob is the InterBase data type that represents various objects, such as bitmapped images, sound, video, and text. Before you store these items in the database, you create or manage them as platform-or product-specific files or data structures, such as:
TIFF,PICT,BMP,WMF,GEM,TARGAor other bitmapped or vector-graphic files.MIDIorWAVsound files.- Audio Video Interleaved format (
AVI) or QuickTime video files. ASCII,MIF,DOC,RTF,WPXor other text files.CADfiles.
You must load these files from memory into the database programmatically, as you do any other host-language data items or records you intend to store in InterBase.