Compare commits
2 Commits
7998f1ec5d
...
2eadec5b58
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2eadec5b58 | ||
|
|
8dc11680a5 |
@@ -189,7 +189,9 @@ Public Class MSSQLServer
|
||||
Private Function TestCanConnect(ConnectionString As String) As Boolean
|
||||
Try
|
||||
_Logger.Debug("Testing connection to [{0}]", MaskConnectionString(ConnectionString))
|
||||
Dim oConnection As New SqlConnection(ConnectionString)
|
||||
|
||||
Dim oDecryptedConnectionString = DecryptConnectionString(ConnectionString)
|
||||
Dim oConnection As New SqlConnection(oDecryptedConnectionString)
|
||||
OpenSQLConnection(oConnection)
|
||||
oConnection.Close()
|
||||
Return True
|
||||
|
||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("2.2.4.0")>
|
||||
<Assembly: AssemblyFileVersion("2.2.4.0")>
|
||||
<Assembly: AssemblyVersion("2.2.5.0")>
|
||||
<Assembly: AssemblyFileVersion("2.2.5.0")>
|
||||
|
||||
Reference in New Issue
Block a user