Subject Re: [firebird-support] Re: Converting a JPEG to a blob...
Author Helen Borrie
At 05:55 PM 22/09/2006, you wrote:
>Helen,
>
> > However, there is no way to pass blob data in scripts, which
> > are entirely alphanumeric.
>
>There is, with my UDF :-) In the script you pass a full path to a file:
>
>INSERT INTO FOO(IMAGE)
>VALUES(F_FILETOBLOB('C:\Documents and Settings\User\Documents\Images\My big
>image.jpg');

It's still not passing blob data in scripts, Salvatore.

./heLen