Subject Re: [IBO] Blob alteration within a stored procedure
Author Jay
Luiz Alves wrote:
>
> Jay,
>
> You can use f_StrBlob from freeUdfLib or programatically use a query
> with
> parameters in delphi. This will give you more flexibility to
> manipulate the
> blob content before update it.

Appreciate that, but my server is a Linux box. :)
I do have FreeUDFLibC which is the unix version of FreeUDFLib.
However, FreeUDFLibC does not contain a 'f_StrBLob'.
I also looked around amongst all the other UDF libraries in question,
but did not find much.

Cheers