java code problem

You have missed rs.next();. Because of which, you will have problems in ps.setInt(1,rs.getInt(1));

Leave a Comment