MS Client in FinalIndex replaced
This commit is contained in:
@@ -3958,6 +3958,7 @@ Public Class frmValidator
|
||||
For Each oFinalIndexRow As DataRow In oDTFinalIndexing.Rows
|
||||
Dim oValue As String = oFinalIndexRow.Item("VALUE").ToString
|
||||
Dim oFinalIndex = oFinalIndexRow.Item("INDEXNAME")
|
||||
LOGGER.Debug($"Working on final index [{oFinalIndex}]...")
|
||||
Dim oContinueOnIndifferentState As Boolean = CBool(oFinalIndexRow.Item("CONTINUE_INDETERMINED"))
|
||||
Dim oIndexType = 0
|
||||
If IDB_ACTIVE = False Then
|
||||
@@ -3977,13 +3978,11 @@ Public Class frmValidator
|
||||
ItemWorked = False
|
||||
End If
|
||||
If Not IsNothing(oSQLCommand) Then
|
||||
Dim oDBResult = _Client.GetScalarValueFromConnection(oSQLCommand, oConnectionID)
|
||||
Dim oDBResult = DatabaseFallback.GetScalarValueWithConnection(oSQLCommand, oConnectionID)
|
||||
Dim oResultfromSQL As Object = ""
|
||||
|
||||
If oDBResult.OK Then
|
||||
oResultfromSQL = oDBResult.Scalar
|
||||
End If
|
||||
'Dim oResultfromSQL = ClassDatabase.Execute_Scalar_ConID(oSQLCommand, oConnectionID, "FinalIndex - oGUID: {oGUID}")
|
||||
|
||||
If Not IsNothing(oResultfromSQL) Then
|
||||
LOGGER.Debug($"oResultfromSQL is [{oResultfromSQL.ToString}]")
|
||||
|
||||
Reference in New Issue
Block a user