7980818283848586878889
ps.executeUpdate();//update les valeurs entrees ps.close(); } catch (SQLException ex) { throw new DAOException("problème insertion du sportif à l'épreuve individuelle", ex); } finally { closeConnection(conn); }
119120121122123124125126127128129
rs.close(); stmt.close(); return sportifs; } catch (SQLException ex) { throw new DAOException("problème recuperation sportif à l'épreuve individuelle", ex); } finally { closeConnection(conn); }