Database: even more fixes

This commit is contained in:
Jonathan Jenne 2021-08-11 11:28:20 +02:00
parent c3cae2cfcc
commit 5f875efeda

View File

@ -223,6 +223,7 @@ Public Class MSSQLServer
''' </summary>
''' <param name="Connection"></param>
''' <returns></returns>
<DebuggerStepThrough()>
Private Function OpenSQLConnection(Connection As SqlConnection) As SqlConnection
If Connection.State = ConnectionState.Closed Then
Connection.Open()