Subject | Re: [firebird-support] Re: How to assign value to blob directly in SQLcommand |
---|---|
Author | Salvatore Besso |
Post date | 2004-06-23T09:53:01Z |
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
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