This commit is contained in:
SchreiberM
2016-03-08 15:46:00 +01:00
parent 9d4f9fdc89
commit 4cb21f2215
9 changed files with 759 additions and 1177 deletions

View File

@@ -97,7 +97,7 @@ Public Class ClassFolderWatcher
Public Shared Function FileExistsinDropTable(Filename As String)
Dim check As String
Try
check = "SELECT COUNT(*) FROM TBGI_FILES_USER WHERE UPPER(FILENAME2WORK) = UPPER('" & Filename & "') AND WORKED = 0"
check = "SELECT COUNT(*) FROM TBPMO_FILES_USER WHERE UPPER(FILENAME2WORK) = UPPER('" & Filename & "') AND WORKED = 0"
Dim result = ClassDatabase.Execute_Scalar(check, True)
Return result
Catch ex As Exception