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) private void test_Click(object sender, RoutedEventArgs e)
{ {
Manager.LoadInscrit("",""); Manager.LoadInscrit("stef@.com", "teststef");
testSelect(); testSelect();
/* testSuppression();*/ /* testSuppression();*/
} }

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

Loading…
Cancel
Save