Subject | Re: [ib-support] Re: UDFs returning BLOB cause error -804 |
---|---|
Author | Paul Reeves |
Post date | 2002-02-27T13:08:25Z |
mircostange wrote:
not sure what the function is meant to achieve. Presumably it converts a
string to a blob?
Why are you doing this and where? Your original post mentioned
converting binary blobs from one graphics format to another - where does
the string come into it?
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further
>Sounds reasonable. I must confess I haven't used this UDF library so I'm
> Another info:
> Actually interbase shows me that the metadata of the function was
> changed to
>
> DECLARE EXTERNAL FUNCTION F_STRBLOB
> CSTRING(254) CHARACTER SET NONE
> RETURNS BLOB
> ENTRY_POINT 'StrBlob' MODULE_NAME 'FreeUDFLib.dll';
>
> So I really would expect it to accept 1 parameter (string) and return
> a BLOB
>
not sure what the function is meant to achieve. Presumably it converts a
string to a blob?
Why are you doing this and where? Your original post mentioned
converting binary blobs from one graphics format to another - where does
the string come into it?
Paul
--
Paul Reeves
http://www.ibphoenix.com
taking InterBase further