MS Globix Integration 2

This commit is contained in:
2020-11-16 17:05:53 +01:00
parent 83dedb3875
commit 15e350a470
4 changed files with 19 additions and 13 deletions

View File

@@ -151,7 +151,7 @@ Public Class ClassFilehandle
Dim filename_only As String = Path.GetFileName(filename)
Dim ins As String = "INSERT INTO TBGI_FILES_USER (FILENAME2WORK, USER@WORK,HANDLE_TYPE,FILENAME_ONLY) VALUES ('" & filename & "','" & Environment.UserName & "','" & handleType & "','" & filename_only & "')"
Return My.Database.ExecuteNonQuery(ins, True)
Return My.Database.ExecuteNonQuery(ins)
Catch ex As Exception
Return False