Subject Re: [firebird-support] Re: Converting a JPEG to a blob...
Author Salvatore Besso
hello Martjin,

> 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