Subject | Re: [firebird-support] Re: Converting a JPEG to a blob... |
---|---|
Author | Salvatore Besso |
Post date | 2006-09-22T07:55:56Z |
Helen,
INSERT INTO FOO(IMAGE)
VALUES(F_FILETOBLOB('C:\Documents and Settings\User\Documents\Images\My big
image.jpg');
It is written in Delphi however, and can integrate in the FreeUDF library,
even if I have made my own UDF library.
Regards
Salvatore
> However, there is no way to pass blob data in scripts, whichThere is, with my UDF :-) In the script you pass a full path to a file:
> are entirely alphanumeric.
INSERT INTO FOO(IMAGE)
VALUES(F_FILETOBLOB('C:\Documents and Settings\User\Documents\Images\My big
image.jpg');
It is written in Delphi however, and can integrate in the FreeUDF library,
even if I have made my own UDF library.
Regards
Salvatore