Subject Re: [firebird-support] How to include a file in a BLOB column?
Author Scott Morgan
On 07/28/2011 12:35 PM, Thomas Steinmaurer wrote:
>> Using ISQL.EXE, what could I to write for include a picture called
>> IMAGE1.JPG in a BLOB column?
> Replace isql.exe with fsql.exe from Ivan Prenosil
> (http://www.volny.cz/iprenosil/interbase/fsql.htm). It allows you to do
> something like that:
>
> INSERT INTO tab(id, blobfield) VALUES (1, @'c:\f.txt');

Would it be possible for ISQL to add this feature as it's very useful
when building clean databases from scripts.

Not to knock FSQL which is a very useful tool anyway with features that
go outside ISQL remit.

Scott