Subject | Re: [IBO] Problems with TIBOQuery.Params |
---|---|
Author | hans@hoogstraat.ca |
Post date | 2001-08-24T20:27:40Z |
fabiano@... wrote:
with setting :name = '' prior to the Query when the user
types in '*' and Clear the Query when the user enters ''
to show now results, achieve what you wanted ?
>Wouldn't "select where :name = '%' || :name || '%' "
> And what is the problem with this?
>
> select ...
> where ( :name like '*' or name like :name )
>
with setting :name = '' prior to the Query when the user
types in '*' and Clear the Query when the user enters ''
to show now results, achieve what you wanted ?