I have in a table a field of type BLOB (BLOB SUB_TYPE 0 SEGMENT SIZE 80) where I store some binary files. I need to extract all the files stored in this table. Through IBExpert in the "Data / Form view" tab a field is displayed where I can right click on the "Save to file" option and save this file normally.
Now, I have thousands of records files should be extracted.
Is there any way for IBExpert or your IBEScript script tool where I can extract all these files at once? Is there any other tool I can do this?
Note: I even managed to extract these files through IBExpert's ibec_ExtractMetadata function, however, it extracts all the files from the table and a single file in Hexadecimal format, the extension of this file is .lob . I could not proceed to convert it to the binary file. Obs2 .: In the latter case I will create a program through Delphi to extract these files.