My database table has a 250 character free text field named "MEMO". I present the user with a parameter field named "Keyword". Keyword is a multiple value parameter field.
I want to search the MEMO field for each discrete parameter string entered by the user. This is basically a keyword search using multiple keywords. Since the user may enter multiple parameter strings, how do i parse out each distinct parameter string value and then create a query based on each distinct string?
I want to search the MEMO field for each discrete parameter string entered by the user. This is basically a keyword search using multiple keywords. Since the user may enter multiple parameter strings, how do i parse out each distinct parameter string value and then create a query based on each distinct string?