Hi I am developing a program to search certain fields from database table using SQL query.
The problem is that he number of search field being entered from front end JSP is not fixed. The
user can decide to enter any number of fields in search criteria varying from 1 to 6 fields.
How should i write the logic to form the where condition of my query in best possible way.
I am using JDBCHelper.

