Subject Re: [ib-support] FULLTEXT indexing
Author Aage Johansen
Riste wrote:
> What is the best way to perform FULLTEXT search on
> blob column subtype 1 ?

Try a parameterized query like
...
where BLOBFIELD containing :SEARCHTEXT

or, you could roll your own indexing facility.


Regards,
Aage J.