Subject Re: [firebird-support] Re: How to assign value to blob directly in SQLcommand
Author Salvatore Besso
Jonathan,

in this case you need an UDF to load the binary file into the blob from an
SQL script, like my FileBlob(FName, Blob); procedure that I have integrated
into an existing UDF dll. It works fine. If you want to try it, write me
privately.

Regards
Salvatore