diff --git a/Code/LinqToPgSQL/PersLinqToPgSQL.cs b/Code/LinqToPgSQL/PersLinqToPgSQL.cs index 4114e0c..8b288e3 100644 --- a/Code/LinqToPgSQL/PersLinqToPgSQL.cs +++ b/Code/LinqToPgSQL/PersLinqToPgSQL.cs @@ -37,9 +37,9 @@ namespace LinqToPgSQL } catch (Exception ex) { - MessageBox.Show("Utilisateur inconnu"); + MessageBox.Show(ex+"Utilisateur inconnu"); dr.Close(); - return null; + return "null";//a changer doit retester } }