Click to See Complete Forum and Search --> : getRow();


Narva
October 9th, 2000, 08:57 AM
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();