|
how can we get the element of by using the hashtable
a1 table
A B
2 1
2 2
2 3
2 4
2 5
3 8
4 9
4 7
how can we get the element of 3 of columnn A in table a1 by using the hashtable
my code: al2.put(3,rs1.getString("tktkey"));(not giving the value)
__________________
reddy
Last edited by raj reddy : 04-30-2008 at 02:52 PM.
|