MS18042016

This commit is contained in:
SchreiberM
2016-04-19 08:29:57 +02:00
parent b0a74d2e94
commit 034718d22e
37 changed files with 4334 additions and 1746 deletions

View File

@@ -27,7 +27,7 @@ Public Class frmSQL_Admin
MsgBox("Der SQL-Befehl wurde erfolgreich ausgeführt!", MsgBoxStyle.Information, "Erfolgsmeldung:")
connection.Close()
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei Datenbank-Connect:")
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in Datenbank-Connect:")
End Try
Cursor = Cursors.Default
End If
@@ -57,7 +57,7 @@ Public Class frmSQL_Admin
End With
Catch ex As Exception
MsgBox(ex.Message, MsgBoxStyle.Critical, "Fehler bei open-File:")
MsgBox(ex.Message, MsgBoxStyle.Critical, "Unexpected error in open-File:")
End Try
End Sub