Fix usage of Return_Datatable_ConId instead of Return_Datatable_ConStr for depending controls
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user