Subject Streamed Blob
Author Robert DiFalco
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.

R.