DAtabase integriert

This commit is contained in:
2023-05-22 16:55:44 +02:00
parent 2db575d944
commit c2deb54f11
114 changed files with 8526 additions and 14722 deletions

View File

@@ -36,7 +36,7 @@
For Each row As DataRow In DD_ECMAdmin.TBPMO_LOG_ESSENTIALS.Rows
If row.Item("Selection") = True Then
Dim del = String.Format("DELETE FROM TBPMO_LOG_ESSENTIALS WHERE GUID = {0}", row.Item("GUID"))
ClassDatabase.Execute_non_Query(del)
MYDB_ECM.ExecuteNonQuery(del)
End If
Next
Load_Essentials()