Modification connexion
continuous-integration/drone/push Build is passing Details

connexion
Lucas EVARD 2 years ago
parent 75b6c7a2fd
commit 1c4ec437f5

@ -42,7 +42,7 @@ namespace IHM
private void test_Click(object sender, RoutedEventArgs e)
{
Manager.LoadInscrit("","");
Manager.LoadInscrit("stef@.com", "teststef");
testSelect();
/* testSuppression();*/
}

@ -30,11 +30,16 @@ namespace LinqToPgSQL
try
{
dr.Read();
resultat = dr.GetString(0);
dr.Close();
return resultat;
}
catch (Exception ex)
{ Console.Out.WriteLine("A GERER"); }
dr.Close();
{ Console.Out.WriteLine("A GERER");
return null;
}
dr.Close();
}

Loading…
Cancel
Save