Everything in my program is ok except rsa.next().
I am not getting that rsa.next() is giving false
although my HyperSonic database contains three colunms and two data entries.
while(rsa.next()) {
String nm= rsa.getString ("name");
out.println (nm);
}
Please guide me what could be the problem in your suggestions.