Subject | Re: blob searching |
---|---|
Author | ashwiz_za |
Post date | 2003-06-04T14:25:59Z |
--- In ib-support@yahoogroups.com, "Michael Vilhelmsen"
<Michael.Vilhelmsen@M...> wrote:
If your blob contains text, try something like:
select col1, col2, col_with_blob
from table1
where col_with_blob like '%Firebird rules%'
Regards
Ashley
<Michael.Vilhelmsen@M...> wrote:
> Hia
>
> I have justed started using blob fields.
> In my program I usually do a .Locate('Field',Value,[]) to locate
> specific row.searching
>
> But this doesn't seem to work with blobs.
>
> Is there somewhere I can find some information on blobs and
> through blobs.Hi there
>
> Regards
> Michael
If your blob contains text, try something like:
select col1, col2, col_with_blob
from table1
where col_with_blob like '%Firebird rules%'
Regards
Ashley