MS CWGUI DecryptConNString
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user