medicamentSQL fini

jffMedicament début
This commit is contained in:
2025-03-12 17:02:31 +01:00
parent fdaace4310
commit e4dc4a3603
6 changed files with 292 additions and 8 deletions

View File

@@ -34,8 +34,8 @@ public class praticienSQL {
praticienCherche[1] = result.getString(2);
}
result.close();
stmt.close();
result.close();
stmt.close();
} catch (SQLException ex) {
System.out.println("SQLException : " + ex.getMessage());
System.out.println("SQLState : " + ex.getSQLState());