hi Alex,
thx for ur help.
Your code is working, but that is not what i wanted. I mean, before i run the
while(rs.next()) {
...
}
i need to know how many records are found from ResultSet. Therefore, i can have fixed array size and use in 'rs.next()'.
any ideas?