Subject | Re: [firebird-support] How to include a file in a BLOB column? |
---|---|
Author | Scott Morgan |
Post date | 2011-07-28T13:28:39Z |
On 07/28/2011 12:35 PM, Thomas Steinmaurer wrote:
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
>> Using ISQL.EXE, what could I to write for include a picture calledWould it be possible for ISQL to add this feature as it's very useful
>> 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');
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