Hi, I am working on a page that does job search. I have created a textbox and search button. Following is my questions. 1)If the user enters the skills like JAVA,JAVASCRIPT,C++ etc in the textbox how to unstring the skills ?. 2)The user might enter 2 skills or 3 skills or n number of skills separated by comma.How to build the where clause dynamically?.
------------------
Thomas Paul
mister krabs
Ranch Hand
Joined: May 05, 2000
Posts: 13974
posted
0
Use the StringTokenizer class. ------------------ Moderator of the JDBC Forum