Subject | Re: [firebird-support] Re: Converting a JPEG to a blob... |
---|---|
Author | Salvatore Besso |
Post date | 2006-09-22T10:14:10Z |
hello Martjin,
that it should work seamlessly since the opening and reading of the file is
all done in the UDf function.
INSERT INTO FOO(IMAGE)
VALUES(F_FILETOBLOB('\\MY_SERVER\C\My_Path\My big image.jpg');
Regards
Salvatore
> But ... that path is SERVER SIDE, isn't it?what do you mean? I have never tested it with a remote path, but I suppose
that it should work seamlessly since the opening and reading of the file is
all done in the UDf function.
INSERT INTO FOO(IMAGE)
VALUES(F_FILETOBLOB('\\MY_SERVER\C\My_Path\My big image.jpg');
Regards
Salvatore