From 7d7439a9f72c8b81774aaf02878d18f8b2caa83c Mon Sep 17 00:00:00 2001 From: Hug0lvt Date: Tue, 25 Oct 2022 21:45:59 +0200 Subject: [PATCH] MaJ Classe de Perssistance --- Code/LinqToPgSQL/PersLinqToPgSQL.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } }