How is Blob Data Stored

From InterBase
Jump to: navigation, search

Go Up to What is a Blob?


Blob is the InterBase data type that can represent 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, TARGA or other bitmapped or vector-graphic files
  • MIDI or WAV sound files
  • Audio Video Interleaved Format (.AVI) or QuickTime video files
  • ASCII, MIF, DOC, WPx or other text files
  • CAD files

You must programmatically load these files from memory into the database, as you do any other data items or records you intend to store in InterBase. For more information about creating a Blob and storing data into it, see Writing Data to a Blob.