Fix usage of Return_Datatable_ConId instead of Return_Datatable_ConStr for depending controls

This commit is contained in:
Jonathan Jenne
2021-09-23 15:37:34 +02:00
parent 02c4098bb9
commit 0258a87098
3 changed files with 6 additions and 53 deletions

View File

@@ -132,7 +132,9 @@ Public Class ClassDatabase
If pInfo <> "" Then
pInfo = "[" & pInfo & "]"
End If
LOGGER.Debug("Return_Datatable_ConStr: " & pSQLCommand)
LOGGER.Debug("ConnectionString: [{0}]", ConNStr)
LOGGER.Debug("Return_Datatable_ConStr: {0}", pSQLCommand)
Dim oSQLconnect As New SqlClient.SqlConnection
Dim oSQLcommand As SqlClient.SqlCommand