Hi!

Could anyone tell me what is wrong ; I get recordcount always ZERO, but it ain't ?:

int intCount;
............
ResultSet rs = stmt.executeQuery("SELECT * FROM my_DB");
intCount = rs.getRow();