MS CWGUI DecryptConNString
This commit is contained in:
@@ -9,7 +9,9 @@ Public Class ProfileUtils
|
||||
|
||||
Select Case oRow.Item("SQL_PROVIDER")
|
||||
Case "MS-SQL"
|
||||
|
||||
Dim oConnectionString = Database.GetConnectionString(oRow.Item("SERVER"), oRow.Item("DATENBANK"), oRow.Item("USERNAME"), oRow.Item("PASSWORD"))
|
||||
oConnectionString = MSSQLServer.DecryptConnectionString(oConnectionString)
|
||||
Return oConnectionString
|
||||
|
||||
Case Else
|
||||
|
||||
Reference in New Issue
Block a user