Remove ClassDatabase, Replace with Database.MSSQL Module
This commit is contained in:
@@ -171,11 +171,6 @@ Public Class ClassFolderWatcher
|
||||
End If
|
||||
End Function
|
||||
Private Shared Sub OnCreated(source As Object, e As FileSystemEventArgs)
|
||||
If ClassDatabase.DatabaseConnectionTimeout = True Then
|
||||
LOGGER.Info(">> File handling aborted because of database timeout error!")
|
||||
Exit Sub
|
||||
End If
|
||||
|
||||
Try
|
||||
For Each row As DataRow In DTEXCLUDE_FILES.Rows
|
||||
Dim content As String = row.Item(0).ToString.ToLower
|
||||
|
||||
Reference in New Issue
Block a user