Anpassung SQL Inst.

This commit is contained in:
ms
2020-06-23 08:30:01 +02:00
parent 9b52ab1b61
commit f02f97c82e
4 changed files with 64 additions and 50 deletions

View File

@@ -254,7 +254,8 @@ Public Class cOptionenDAL
End Using
dr.Close()
Catch ex As Exception
MsgBox(System.Reflection.MethodInfo.GetCurrentMethod.Name & ": Fehler mit der Datenbankverbindung.", "Datenbankfehler")
MsgBox(ex.Message)
'MsgBox(System.Reflection.MethodInfo.GetCurrentMethod.Name & ": Fehler mit der Datenbankverbindung.", "Datenbankfehler")
Return False
End Try