MS CWGUI DecryptConNString

This commit is contained in:
2021-12-16 13:40:01 +01:00
parent 96f7ef1a9c
commit f3465e4730
4 changed files with 8 additions and 2 deletions

View File

@@ -417,6 +417,7 @@ Public Class ProfileFilter
_Logger.Debug("Count-Command DATA before execute: [{0}]", oCountCommand)
Dim oConnectionString = ProfileUtils.GetConnectionString(Database, oCountConnectionId)
oResultData += NotNull(Of Integer)(Database.GetScalarValueWithConnection(oCountCommand, oConnectionString), 0)
_Logger.Debug("Datarows returned from search: [{0}]", oResultData)
@@ -447,6 +448,7 @@ Public Class ProfileFilter
_Logger.Debug("Count-Command for Documents BEFORE execute: [{0}]", oCountCommand)
Dim oConnectionString = ProfileUtils.GetConnectionString(Database, oCountConnectionId)
oResultDocs += NotNull(Of Integer)(Database.GetScalarValueWithConnection(oCountCommand, oConnectionString), 0)
_Logger.Debug("Documents returned from search: [{0}]", oResultDocs)