Compare commits
2 Commits
8d1221d802
...
664d880c2b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
664d880c2b | ||
|
|
fabe104951 |
@@ -289,7 +289,7 @@ Public Class ImportZUGFeRDFiles
|
|||||||
|
|
||||||
oStep = "Firebird TBEDMI_ITEM_VALUE Delete messageID Items"
|
oStep = "Firebird TBEDMI_ITEM_VALUE Delete messageID Items"
|
||||||
Try
|
Try
|
||||||
_firebird.ExecuteNonQueryWithConnection(oDelSQL, oFBConnection)
|
_firebird.ExecuteNonQueryWithConnection(oDelSQL, oFBConnection, Firebird.TransactionMode.ExternalTransaction, oFBTransaction)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_logger.Error(ex)
|
_logger.Error(ex)
|
||||||
_logger.Warn("Step [{0}] with SQL [{1}] was not successful.", oStep, oDelSQL)
|
_logger.Warn("Step [{0}] with SQL [{1}] was not successful.", oStep, oDelSQL)
|
||||||
@@ -298,7 +298,7 @@ Public Class ImportZUGFeRDFiles
|
|||||||
If oArgs.InsertIntoSQLServer = True Then
|
If oArgs.InsertIntoSQLServer = True Then
|
||||||
oStep = "MSSQL TBEDMI_ITEM_VALUE Delete messageID Items"
|
oStep = "MSSQL TBEDMI_ITEM_VALUE Delete messageID Items"
|
||||||
Try
|
Try
|
||||||
_mssql.ExecuteNonQueryWithConnectionObject(oDelSQL, oSQLConnection)
|
_mssql.ExecuteNonQueryWithConnectionObject(oDelSQL, oSQLConnection, MSSQLServer.TransactionMode.ExternalTransaction, oSQLTransaction)
|
||||||
Catch ex As Exception
|
Catch ex As Exception
|
||||||
_logger.Warn("Step [{0}] with SQL [{1}] was not successful.", oStep, oDelSQL)
|
_logger.Warn("Step [{0}] with SQL [{1}] was not successful.", oStep, oDelSQL)
|
||||||
End Try
|
End Try
|
||||||
|
|||||||
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
|
|||||||
' übernehmen, indem Sie "*" eingeben:
|
' übernehmen, indem Sie "*" eingeben:
|
||||||
' <Assembly: AssemblyVersion("1.0.*")>
|
' <Assembly: AssemblyVersion("1.0.*")>
|
||||||
|
|
||||||
<Assembly: AssemblyVersion("1.3.2.0")>
|
<Assembly: AssemblyVersion("1.3.3.0")>
|
||||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||||
|
|||||||
Reference in New Issue
Block a user