THanks. Well, that is what I did exactly, I stringTokenize the search criteria
string, and parse the criteria value pair, question is
1. how to write the boolean comparison?
right now I hardcoded Values[0] coresponded to flight no, values[1] to org, but I think that is not acceptable,since db format might change in the future.
2. In the requirement it says
** the user should be able to select the origin and destination of the flight, to describe enter the string value any for the origin, destination, or both, so as to implement a wildcard like feature***
can I just put two combobox and satisfied this requirement?
Thanks.