Zooflow: MASSIVE Clean up in Globix Module
This commit is contained in:
@@ -180,12 +180,12 @@ Public Class MSSQLServer
|
||||
Return connectionString
|
||||
End Function
|
||||
|
||||
<DebuggerStepThrough()>
|
||||
'<DebuggerStepThrough()>
|
||||
Private Function TestCanConnect() As Boolean
|
||||
Return TestCanConnect(CurrentSQLConnectionString)
|
||||
End Function
|
||||
|
||||
<DebuggerStepThrough()>
|
||||
'<DebuggerStepThrough()>
|
||||
Private Function TestCanConnect(ConnectionString As String) As Boolean
|
||||
Try
|
||||
_Logger.Debug("Testing connection to [{0}]", MaskConnectionString(ConnectionString))
|
||||
@@ -201,7 +201,7 @@ Public Class MSSQLServer
|
||||
End Try
|
||||
End Function
|
||||
|
||||
<DebuggerStepThrough()>
|
||||
'<DebuggerStepThrough()>
|
||||
Private Function TestCanConnect(Connection As SqlConnection) As Boolean
|
||||
Try
|
||||
If Connection Is Nothing Then
|
||||
|
||||
Reference in New Issue
Block a user