Subject Re: [IBO] PARAMETER WITH '%*%'
Author James
Hi

Hugo Bereta wrote:

> James,
>
> 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.

Thanks Hugo Bereta. That was a brilliant idea :-) . I could perhaps use
that logic in other situation. Thanks again I greatly appreciate it.


Regards,
James