This commit is contained in:
2022-05-19 12:16:19 +02:00
parent 48830e3dd9
commit 0fb94b6d1b
5 changed files with 10 additions and 10 deletions

View File

@@ -40,7 +40,6 @@ Public Class frmFlowSearch2
Private Function LoadBaseSQL() As String
Dim oSQL = ""
For Each oRow As DataRow In My.Tables.DTIDB_COMMON_SQL.Rows
If oRow.Item("TITLE") = SQLCMD_FLOW_SEARCH_BASE Then
oSQL = oRow.Item("SQL_COMMAND")