Subject Blob Loading in IB_SQL interface
Author jwcane2003
Sorry, new to BLOBs.

Would you please point me to a basic discussion of what it means to load content into the BLOB column of a FB table using IB_SQL and, later, a Delphi-compiled image management application that I will develop.

Task is to load each row of the table with selected metadata concerning, and finally, the actual image content of a .jpg file of about 150 - 200 KB. Will do this manually until I understand the process, and then...programmatically.

There will be quite a few .jpg files. Plan is to use a Delphi procedure to search parts or all of a folder tree and process all files that meet specified, selection criteria.