hello everyone i hope someone can help me. i have this code which is below. what the code is doing is testing to see if any other strings are equal to st1 and if they are get there values from the hashtable.(which is ok) But now i want set a sql statement so that the keys of all the values that are equal to st1 are put in the sql statement as column names but as you can see i am getting a bit stuck with my code could someone please help me? thanks for yr time ben import java.io.*; import java.util.*; import java.lang.*; import java.sql.*; public class has21 { public static void main(String[] args) {