Subject Re: [IBO] replication blob compare
Author Jason Wharton
The intended usage of the UDF is on columns in triggers. Try using it in
that context.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "bullardjuk" <comesailing@...>
To: <IBObjects@yahoogroups.com>
Sent: Friday, May 10, 2002 8:14 AM
Subject: [IBO] replication blob compare


> I am just starting out to try Jason's replication stuff.
> I have installed the Blob compare udf and am used ibSQL to instal it
> If I now look at UDFs there it is large as life. Good !
> Now I try the little test Jason supplied and I get the ISC eror
> message
> 'feature is not supported Blob and Array types are not supported for
> conversion'
>
> AM using Firebird 338. and IBO version 4.2Ha
>
> Here is the test put into a DSQL on ibSQL.
> select fn_blobs_equal(
> (select paymethod from bookings where bookingnum = 220001),
> (select paymethod from bookings where bookingnum = 220002)
> ) from rdb$database
>
> WHat am I doing wrong?
> Dave