Subject Re: [firebird-support] UDF for external file from/to blob?
Author Ann W. Harrison
Bob Murdoch wrote:
> I'm using FB1.5, and looking for a UDF that would allow me to load an
> external file into a blob, or write an external file from a blob.

I don't know if there is one, but they're pretty easy to write -
look at fbudf.cpp and udflib.c in examples/udf directory. You'll
pass in a file name rather than a text string, but otherwise all
you need is there.


Good luck,


Ann