Database: Small stuff

This commit is contained in:
Jonathan Jenne
2022-11-24 11:24:26 +01:00
parent 7ba516fcd1
commit ddc11b62a5
2 changed files with 6 additions and 4 deletions

View File

@@ -437,7 +437,7 @@ Public Class MSSQLServer
Return True
Catch ex As Exception
Logger.Error(ex)
Logger.Warn("ExecuteNonQueryWithConnectionObject: Error in ExecuteNonQueryWithConnectionObject while executing command: [{0}]-[{1}]", SqlCommand, SqlConnection.ConnectionString)
Logger.Warn("ExecuteNonQueryWithConnectionObject: Error in ExecuteNonQueryWithConnectionObject while executing command: [{0}]", pSqlCommandObject)
Return False
Finally
MaybeCommitTransaction(oTransaction, pTransactionMode)