The first method works but the second method keeps returning a null object. I don't see any difference except that flight_no is the primary key. What went wrong
@Override public Reimbursement updateReimbursement(Reimbursement r) { Connection c = cs.getConnection(); String sql = "UPDATE reimbursement " +