Update GDPicture

This commit is contained in:
Developer01
2024-09-23 16:50:38 +02:00
parent 6d60327489
commit 41af4b0506
20 changed files with 69 additions and 54 deletions

View File

@@ -462,7 +462,8 @@ Public Class MSSQLServer
Return True
Catch ex As Exception
Logger.Error("ExecuteNonQueryWithConnectionObject: Error in ExecuteNonQueryWithConnectionObject while executing command: [{0}]", pSqlCommandObject.CommandText)
Dim omsg = $"Unexpected Error in ExecuteNonQueryWithConnectionObject while executing command: [{pSqlCommandObject.CommandText}]"
Logger.Warn(omsg)
Logger.Error(ex)
Return False