Subject | Re: [IBO] Search question |
---|---|
Author | Harald Klomann |
Post date | 2001-03-23T10:03:55Z |
> SQLWhereItems.Add ('UPPER (NAME) LIKE :NAME');same effect like SQLWhereItems.Add ('UPPER (NAME) CONTAINING :NAME');
>
> and then add the neccessary characters at the beginning and end of the name
> (I think it may be '%', but aint quite sure.
>
Harald