| Subject | Re: [IBO] Searching | 
|---|---|
| Author | Harald Klomann | 
| Post date | 2001-04-02T06:25Z | 
Lele Gaifax wrote:
begin
qry.SQLWhereItems.Add('MemoField CONTAINING ' + someword')
end;
This will work
Harald
            >procedure qryPrepareSQL(Sender: TIB_Statement);
> I tried using the usual OnPrepareSQL, but of course didn't work as the
> query is already prepared at this time...
>
begin
qry.SQLWhereItems.Add('MemoField CONTAINING ' + someword')
end;
This will work
Harald