MS_01.12.2015
This commit is contained in:
@@ -10,7 +10,6 @@ Public Class ClassDatabase
|
||||
SQLconnect.ConnectionString = connectionString
|
||||
SQLconnect.Open()
|
||||
SQLconnect.Close()
|
||||
If LogErrorsOnly = False Then ClassLogger.Add(" >> Database initiiert.")
|
||||
Return True
|
||||
Catch ex As Exception
|
||||
ClassLogger.Add("Fehler bei DatabaseInit: " & ex.Message, True)
|
||||
|
||||
Reference in New Issue
Block a user