Subject | Re: [IBO] PARAMETER WITH '%*%' |
---|---|
Author | James |
Post date | 2004-02-28T16:34:39Z |
Hi
Hugo Bereta wrote:
that logic in other situation. Thanks again I greatly appreciate it.
Regards,
James
Hugo Bereta wrote:
> James,Thanks Hugo Bereta. That was a brilliant idea :-) . I could perhaps use
>
> You can use the parameter as you'd use it in any situation. Based on
> your statement, it would be something like this:
>
> '... WHERE CUSTOMER LIKE :NAME'
>
> After that, pass the parameter value like below (for Delphi):
>
> IB_Query1.ParamByName('Name').AsString:= '%James%';
>
> I hope I have helped you.
that logic in other situation. Thanks again I greatly appreciate it.
Regards,
James