This commit is contained in:
2021-01-06 17:41:55 +01:00
parent 964958334b
commit c7f284bd9d
21 changed files with 1227 additions and 225 deletions

View File

@@ -134,6 +134,9 @@ Public Class ClassInit
Try
Dim oSql = "SELECT * FROM TBGI_FUNCTION_REGEX"
My.Application.Globix.DT_FUNCTION_REGEX = My.Database.GetDatatable(oSql)
oSql = "SELECT * FROM TBIDB_COMMON_SQL WHERE ACTIVE = 1"
My.DTCOMMON_SQL = My.DatabaseIDB.GetDatatable(oSql)
Catch ex As Exception
_Logger.Error(ex)