community.borland.com

Article #29868: Blob storage

Question:

How do I store data into an InterBase blob field?

Answer:

You cannot insert directly into a blob field using SQL. You will need to use the API or a component set that encapsulates the API.
LoadFromFile in Delphi is one way to do this. Here is an article on the basics of using a TBlobStream to read or write records in a database. Here is an example of two blob UDFs.

Last Modified: 27-MAR-03