Subject | Re: [IBO] Search question |
---|---|
Author | Svein Erling Tysvær |
Post date | 2001-03-23T10:02:43Z |
>I think I can solve it with : .... SQLWhereItems.Add ('UPPER (NAME) INWrong.
>:NAME'); ???
SQLWhereItems.Add ('UPPER (NAME) LIKE :NAME');
and then add the neccessary characters at the beginning and end of the name
(I think it may be '%', but aint quite sure.
Set