Subject Re: [IBO] Re: fn_blobs_equal causes AV in IB_EXPERT and -901 in ISQL
Author Helen Borrie
At 05:29 PM 9/02/2007, you wrote:
>Further to this:
>
>My function is declared like this:
>
>DECLARE EXTERNAL FUNCTION FN_BLOBS_EQUAL
>BLOB,
>BLOB,
>RETURNS INTEGER BY VALUE
>ENTRY_POINT 'fn_blobs_equal' MODULE_NAME 'BlobCompare'
>
>I do not posses a udflib.dll.
>
>Which is the correct declaration?

If the database server is on Windows then the above is the wrong
declaration. It is correct if your DB server is on Linux, etc.

See my previous message.

>Where can I obtain udflib.dll?
>Is fn_blobs_equal really required for the replication components?

It is required if you are replicating blobs.

>Thanks. I need to sort this out fast.

Contact me privately if you like, address as in the header.

Helen