Subject | Re: [firebird-support] Re: Converting a JPEG to a blob... |
---|---|
Author | Helen Borrie |
Post date | 2006-09-22T08:31:48Z |
At 05:55 PM 22/09/2006, you wrote:
./heLen
>Helen,It's still not passing blob data in scripts, Salvatore.
>
> > 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');
./heLen