Subject Re: Streamed Blob
Author Roman Rokytskyy
> Are streamed blobs a possibility when using JayBird? I cannot reliably
> use LIKE queries that contain wild cards with a segmented blob. The
> wild card breaks if it goes across a segment boundary. For example, if
> I select LIKE "%line2%line200%" and the blob segments on say line 50,
> the query will fail.

Yes, current version of JayBird in CVS uses stream blobs by default
(and probably using segemented blobs needs recompilation :)). But as
long as your blob was created segmented, you cannot switch it to
streamed and vice versa. So, if your test works in IBExpert with the
same blob it fails in JayBird, then something wrong is somewhere else.

Roman