Subject replication blob compare
Author bullardjuk
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