Initial commit

This commit is contained in:
shu
2020-10-21 10:43:18 +02:00
commit 56bd02798f
5848 changed files with 2659025 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
12
+1
View File
@@ -0,0 +1 @@
12
@@ -0,0 +1,793 @@
' ///////////////////////////////////////////////////////////////////////////
' // Description: Data Access class for the table 'tmphost'
' // Generated by LLBLGen v1.21.2003.712 Final on: Sonntag, 15. November 2009, 10:42:03
' // Because the Base Class already implements IDispose, this class doesn't.
' ///////////////////////////////////////////////////////////////////////////
Imports System
Imports System.Data
Imports System.Data.SqlTypes
Imports System.Data.SqlClient
Namespace coldabgleich.host
''' <summary>
''' Purpose: Data Access class for the table 'tmphost'.
''' </summary>
Public Class clsTmphost
Inherits clsDBInteractionBase
#Region " Class Member Declarations "
Private m_lPk As SqlInt64
Private m_iInrpar00_zusteller, m_iInrpar00_inhaber As SqlInt32
Private m_sMailingProductBezeichnung, m_sLoadid, m_sEx, m_sStandamdatum, m_sDokumenttypnr, m_sMetatype, m_sMailingProduct, m_sBetreffzeile, m_sPartnernr_inhaber, m_sManr, m_sOrdertype, m_sXomaDocID, m_sTransactnr, m_sValutadatum, m_sReferenzzeile2, m_sValorennr, m_sValutadatum1, m_sPartnername_inhaber, m_sPartnernr_zusteller, m_sReferenzzeile1, m_sPartnername_zusteller, m_sNachvollziehbarkeit, m_sArchivdatum, m_sVvextern1, m_sVvextern2, m_sIsinnr, m_sDokumentid, m_sAnzahlseiten As SqlString
Private m_daInserttimestamp As SqlDateTime
#End Region
''' <summary>
''' Purpose: Class constructor.
''' </summary>
Public Sub New()
' // Nothing for now.
End Sub
''' <summary>
''' Purpose: Insert method. This method will insert one new row into the database.
''' </summary>
''' <returns>True if succeeded, otherwise an Exception is thrown. </returns>
''' <remarks>
''' Properties needed for this method:
''' <UL>
''' <LI>sPartnernr_inhaber</LI>
''' <LI>sPartnernr_zusteller. May be SqlString.Null</LI>
''' <LI>sPartnername_inhaber</LI>
''' <LI>sPartnername_zusteller. May be SqlString.Null</LI>
''' <LI>sReferenzzeile1. May be SqlString.Null</LI>
''' <LI>sReferenzzeile2. May be SqlString.Null</LI>
''' <LI>sValutadatum</LI>
''' <LI>sValutadatum1. May be SqlString.Null</LI>
''' <LI>sValorennr. May be SqlString.Null</LI>
''' <LI>sIsinnr. May be SqlString.Null</LI>
''' <LI>sDokumentid</LI>
''' <LI>sAnzahlseiten</LI>
''' <LI>sNachvollziehbarkeit</LI>
''' <LI>sArchivdatum</LI>
''' <LI>sVvextern1. May be SqlString.Null</LI>
''' <LI>sVvextern2. May be SqlString.Null</LI>
''' <LI>sEx. May be SqlString.Null</LI>
''' <LI>sStandamdatum. May be SqlString.Null</LI>
''' <LI>sDokumenttypnr. May be SqlString.Null</LI>
''' <LI>sLoadid. May be SqlString.Null</LI>
''' <LI>daInserttimestamp. May be SqlDateTime.Null</LI>
''' <LI>iInrpar00_inhaber. May be SqlInt32.Null</LI>
''' <LI>iInrpar00_zusteller. May be SqlInt32.Null</LI>
''' <LI>sMailingProductBezeichnung. May be SqlString.Null</LI>
''' <LI>sMetatype. May be SqlString.Null</LI>
''' <LI>sOrdertype. May be SqlString.Null</LI>
''' <LI>sXomaDocID. May be SqlString.Null</LI>
''' <LI>sTransactnr. May be SqlString.Null</LI>
''' <LI>sManr. May be SqlString.Null</LI>
''' <LI>sMailingProduct. May be SqlString.Null</LI>
''' <LI>sBetreffzeile. May be SqlString.Null</LI>
''' </UL>
''' Properties set after a succesful call of this method:
''' <UL>
''' <LI>lPk</LI>
''' <LI>iErrorCode</LI>
'''</UL>
''' </remarks>
Overrides Public Function Insert() As Boolean
Dim scmCmdToExecute As SqlCommand = New SqlCommand()
scmCmdToExecute.CommandText = "dbo.[pr_tmphost_Insert]"
scmCmdToExecute.CommandType = CommandType.StoredProcedure
' // Use base class' connection object
scmCmdToExecute.Connection = m_scoMainConnection
Try
scmCmdToExecute.Parameters.Add(New SqlParameter("@spartnernr_inhaber", SqlDbType.NVarChar, 255, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sPartnernr_inhaber))
scmCmdToExecute.Parameters.Add(New SqlParameter("@spartnernr_zusteller", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sPartnernr_zusteller))
scmCmdToExecute.Parameters.Add(New SqlParameter("@spartnername_inhaber", SqlDbType.NVarChar, 255, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sPartnername_inhaber))
scmCmdToExecute.Parameters.Add(New SqlParameter("@spartnername_zusteller", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sPartnername_zusteller))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sreferenzzeile1", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sReferenzzeile1))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sreferenzzeile2", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sReferenzzeile2))
scmCmdToExecute.Parameters.Add(New SqlParameter("@svalutadatum", SqlDbType.NVarChar, 50, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sValutadatum))
scmCmdToExecute.Parameters.Add(New SqlParameter("@svalutadatum1", SqlDbType.NVarChar, 50, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sValutadatum1))
scmCmdToExecute.Parameters.Add(New SqlParameter("@svalorennr", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sValorennr))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sisinnr", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sIsinnr))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sdokumentid", SqlDbType.NVarChar, 255, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sDokumentid))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sanzahlseiten", SqlDbType.NVarChar, 50, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sAnzahlseiten))
scmCmdToExecute.Parameters.Add(New SqlParameter("@snachvollziehbarkeit", SqlDbType.NVarChar, 255, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sNachvollziehbarkeit))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sarchivdatum", SqlDbType.NVarChar, 50, ParameterDirection.Input, False, 0, 0, "", DataRowVersion.Proposed, m_sArchivdatum))
scmCmdToExecute.Parameters.Add(New SqlParameter("@svvextern1", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sVvextern1))
scmCmdToExecute.Parameters.Add(New SqlParameter("@svvextern2", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sVvextern2))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sex", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sEx))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sstandamdatum", SqlDbType.NVarChar, 50, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sStandamdatum))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sdokumenttypnr", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sDokumenttypnr))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sloadid", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sLoadid))
scmCmdToExecute.Parameters.Add(New SqlParameter("@dainserttimestamp", SqlDbType.SmallDateTime, 4, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_daInserttimestamp))
scmCmdToExecute.Parameters.Add(New SqlParameter("@iinrpar00_inhaber", SqlDbType.Int, 4, ParameterDirection.Input, True, 10, 0, "", DataRowVersion.Proposed, m_iInrpar00_inhaber))
scmCmdToExecute.Parameters.Add(New SqlParameter("@iinrpar00_zusteller", SqlDbType.Int, 4, ParameterDirection.Input, True, 10, 0, "", DataRowVersion.Proposed, m_iInrpar00_zusteller))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sMailingProductBezeichnung", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sMailingProductBezeichnung))
scmCmdToExecute.Parameters.Add(New SqlParameter("@smetatype", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sMetatype))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sordertype", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sOrdertype))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sXomaDocID", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sXomaDocID))
scmCmdToExecute.Parameters.Add(New SqlParameter("@stransactnr", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sTransactnr))
scmCmdToExecute.Parameters.Add(New SqlParameter("@smanr", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sManr))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sMailingProduct", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sMailingProduct))
scmCmdToExecute.Parameters.Add(New SqlParameter("@sBetreffzeile", SqlDbType.NVarChar, 255, ParameterDirection.Input, True, 0, 0, "", DataRowVersion.Proposed, m_sBetreffzeile))
scmCmdToExecute.Parameters.Add(new SqlParameter("@lpk", SqlDbType.BigInt, 8, ParameterDirection.Output, True, 19, 0, "", DataRowVersion.Proposed, m_lPk))
scmCmdToExecute.Parameters.Add(new SqlParameter("@iErrorCode", SqlDbType.Int, 4, ParameterDirection.Output, True, 10, 0, "", DataRowVersion.Proposed, m_iErrorCode))
If m_bMainConnectionIsCreatedLocal Then
' // Open connection.
m_scoMainConnection.Open()
Else
If m_cpMainConnectionProvider.bIsTransactionPending Then
scmCmdToExecute.Transaction = m_cpMainConnectionProvider.stCurrentTransaction
End If
End If
' // Execute query.
m_iRowsAffected = scmCmdToExecute.ExecuteNonQuery()
' m_lPk = New SqlInt64(CType(scmCmdToExecute.Parameters.Item("@lpk").Value, Int64))
m_iErrorCode = New SqlInt32(CType(scmCmdToExecute.Parameters.Item("@iErrorCode").Value, SqlInt32))
If Not m_iErrorCode.Equals(New SqlInt32(LLBLError.AllOk)) Then
' // Throw error.
Throw New Exception("Stored Procedure 'pr_tmphost_Insert' reported the ErrorCode: " & m_iErrorCode.ToString())
End If
Return True
Catch ex As Exception
' // some error occured. Bubble it to caller and encapsulate Exception object
Throw New Exception("clsTmphost::Insert::Error occured.", ex)
Finally
If m_bMainConnectionIsCreatedLocal Then
' // Close connection.
m_scoMainConnection.Close()
End If
scmCmdToExecute.Dispose()
End Try
End Function
''' <summary>
''' Purpose: Select method for a unique field. This method will Select one row from the database, based on the unique field 'pk'
''' </summary>
''' <returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
''' <remarks>
''' Properties needed for this method:
''' <UL>
''' <LI>lPk</LI>
''' </UL>
''' Properties set after a succesful call of this method:
''' <UL>
''' <LI>iErrorCode</LI>
''' <LI>sPartnernr_inhaber</LI>
''' <LI>sPartnernr_zusteller</LI>
''' <LI>sPartnername_inhaber</LI>
''' <LI>sPartnername_zusteller</LI>
''' <LI>sReferenzzeile1</LI>
''' <LI>sReferenzzeile2</LI>
''' <LI>sValutadatum</LI>
''' <LI>sValutadatum1</LI>
''' <LI>sValorennr</LI>
''' <LI>sIsinnr</LI>
''' <LI>sDokumentid</LI>
''' <LI>sAnzahlseiten</LI>
''' <LI>sNachvollziehbarkeit</LI>
''' <LI>sArchivdatum</LI>
''' <LI>sVvextern1</LI>
''' <LI>sVvextern2</LI>
''' <LI>sEx</LI>
''' <LI>sStandamdatum</LI>
''' <LI>sDokumenttypnr</LI>
''' <LI>sLoadid</LI>
''' <LI>daInserttimestamp</LI>
''' <LI>iInrpar00_inhaber</LI>
''' <LI>iInrpar00_zusteller</LI>
''' <LI>sMailingProductBezeichnung</LI>
''' <LI>sMetatype</LI>
''' <LI>sOrdertype</LI>
''' <LI>sXomaDocID</LI>
''' <LI>sTransactnr</LI>
''' <LI>sManr</LI>
''' <LI>sMailingProduct</LI>
''' <LI>sBetreffzeile</LI>
''' <LI>lPk</LI>
''' </UL>
''' Will fill all properties corresponding with a field in the table with the value of the row selected.
''' </remarks>
Public Function SelectOneWpkLogic() As DataTable
Dim scmCmdToExecute As SqlCommand = New SqlCommand()
scmCmdToExecute.CommandText = "dbo.[pr_tmphost_SelectOneWpkLogic]"
scmCmdToExecute.CommandType = CommandType.StoredProcedure
Dim dtToReturn As DataTable = new DataTable("tmphost")
Dim sdaAdapter As SqlDataAdapter = new SqlDataAdapter(scmCmdToExecute)
' // Use base class' connection object
scmCmdToExecute.Connection = m_scoMainConnection
Try
scmCmdToExecute.Parameters.Add(new SqlParameter("@lpk", SqlDbType.BigInt, 8, ParameterDirection.Input, False, 19, 0, "", DataRowVersion.Proposed, m_lPk))
scmCmdToExecute.Parameters.Add(new SqlParameter("@iErrorCode", SqlDbType.Int, 4, ParameterDirection.Output, True, 19, 0, "", DataRowVersion.Proposed, m_iErrorCode))
If m_bMainConnectionIsCreatedLocal Then
' // Open connection.
m_scoMainConnection.Open()
Else
If m_cpMainConnectionProvider.bIsTransactionPending Then
scmCmdToExecute.Transaction = m_cpMainConnectionProvider.stCurrentTransaction
End If
End If
' // Execute query.
sdaAdapter.Fill(dtToReturn)
m_lPk = New SqlInt64(CType(scmCmdToExecute.Parameters.Item("@lpk").Value, Long))
If Not m_iErrorCode.Equals(New SqlInt32(LLBLError.AllOk)) Then
' // Throw error.
Throw New Exception("Stored Procedure 'pr_tmphost_SelectOneWpkLogic' reported the ErrorCode: " & m_iErrorCode.ToString())
End If
If dtToReturn.Rows.Count > 0 Then
m_sPartnernr_inhaber = New SqlString(CType(dtToReturn.Rows(0)("partnernr_inhaber"), String))
If dtToReturn.Rows(0)("partnernr_zusteller") Is System.DBNull.Value Then
m_sPartnernr_zusteller = SqlString.Null
Else
m_sPartnernr_zusteller = New SqlString(CType(dtToReturn.Rows(0)("partnernr_zusteller"), String))
End If
m_sPartnername_inhaber = New SqlString(CType(dtToReturn.Rows(0)("partnername_inhaber"), String))
If dtToReturn.Rows(0)("partnername_zusteller") Is System.DBNull.Value Then
m_sPartnername_zusteller = SqlString.Null
Else
m_sPartnername_zusteller = New SqlString(CType(dtToReturn.Rows(0)("partnername_zusteller"), String))
End If
If dtToReturn.Rows(0)("referenzzeile1") Is System.DBNull.Value Then
m_sReferenzzeile1 = SqlString.Null
Else
m_sReferenzzeile1 = New SqlString(CType(dtToReturn.Rows(0)("referenzzeile1"), String))
End If
If dtToReturn.Rows(0)("referenzzeile2") Is System.DBNull.Value Then
m_sReferenzzeile2 = SqlString.Null
Else
m_sReferenzzeile2 = New SqlString(CType(dtToReturn.Rows(0)("referenzzeile2"), String))
End If
m_sValutadatum = New SqlString(CType(dtToReturn.Rows(0)("valutadatum"), String))
If dtToReturn.Rows(0)("valutadatum1") Is System.DBNull.Value Then
m_sValutadatum1 = SqlString.Null
Else
m_sValutadatum1 = New SqlString(CType(dtToReturn.Rows(0)("valutadatum1"), String))
End If
If dtToReturn.Rows(0)("valorennr") Is System.DBNull.Value Then
m_sValorennr = SqlString.Null
Else
m_sValorennr = New SqlString(CType(dtToReturn.Rows(0)("valorennr"), String))
End If
If dtToReturn.Rows(0)("isinnr") Is System.DBNull.Value Then
m_sIsinnr = SqlString.Null
Else
m_sIsinnr = New SqlString(CType(dtToReturn.Rows(0)("isinnr"), String))
End If
m_sDokumentid = New SqlString(CType(dtToReturn.Rows(0)("dokumentid"), String))
m_sAnzahlseiten = New SqlString(CType(dtToReturn.Rows(0)("anzahlseiten"), String))
m_sNachvollziehbarkeit = New SqlString(CType(dtToReturn.Rows(0)("nachvollziehbarkeit"), String))
m_sArchivdatum = New SqlString(CType(dtToReturn.Rows(0)("archivdatum"), String))
If dtToReturn.Rows(0)("vvextern1") Is System.DBNull.Value Then
m_sVvextern1 = SqlString.Null
Else
m_sVvextern1 = New SqlString(CType(dtToReturn.Rows(0)("vvextern1"), String))
End If
If dtToReturn.Rows(0)("vvextern2") Is System.DBNull.Value Then
m_sVvextern2 = SqlString.Null
Else
m_sVvextern2 = New SqlString(CType(dtToReturn.Rows(0)("vvextern2"), String))
End If
If dtToReturn.Rows(0)("ex") Is System.DBNull.Value Then
m_sEx = SqlString.Null
Else
m_sEx = New SqlString(CType(dtToReturn.Rows(0)("ex"), String))
End If
If dtToReturn.Rows(0)("standamdatum") Is System.DBNull.Value Then
m_sStandamdatum = SqlString.Null
Else
m_sStandamdatum = New SqlString(CType(dtToReturn.Rows(0)("standamdatum"), String))
End If
If dtToReturn.Rows(0)("dokumenttypnr") Is System.DBNull.Value Then
m_sDokumenttypnr = SqlString.Null
Else
m_sDokumenttypnr = New SqlString(CType(dtToReturn.Rows(0)("dokumenttypnr"), String))
End If
If dtToReturn.Rows(0)("loadid") Is System.DBNull.Value Then
m_sLoadid = SqlString.Null
Else
m_sLoadid = New SqlString(CType(dtToReturn.Rows(0)("loadid"), String))
End If
If dtToReturn.Rows(0)("inserttimestamp") Is System.DBNull.Value Then
m_daInserttimestamp = SqlDateTime.Null
Else
m_daInserttimestamp = New SqlDateTime(CType(dtToReturn.Rows(0)("inserttimestamp"), Date))
End If
If dtToReturn.Rows(0)("inrpar00_inhaber") Is System.DBNull.Value Then
m_iInrpar00_inhaber = SqlInt32.Null
Else
m_iInrpar00_inhaber = New SqlInt32(CType(dtToReturn.Rows(0)("inrpar00_inhaber"), Integer))
End If
If dtToReturn.Rows(0)("inrpar00_zusteller") Is System.DBNull.Value Then
m_iInrpar00_zusteller = SqlInt32.Null
Else
m_iInrpar00_zusteller = New SqlInt32(CType(dtToReturn.Rows(0)("inrpar00_zusteller"), Integer))
End If
If dtToReturn.Rows(0)("MailingProductBezeichnung") Is System.DBNull.Value Then
m_sMailingProductBezeichnung = SqlString.Null
Else
m_sMailingProductBezeichnung = New SqlString(CType(dtToReturn.Rows(0)("MailingProductBezeichnung"), String))
End If
If dtToReturn.Rows(0)("metatype") Is System.DBNull.Value Then
m_sMetatype = SqlString.Null
Else
m_sMetatype = New SqlString(CType(dtToReturn.Rows(0)("metatype"), String))
End If
If dtToReturn.Rows(0)("ordertype") Is System.DBNull.Value Then
m_sOrdertype = SqlString.Null
Else
m_sOrdertype = New SqlString(CType(dtToReturn.Rows(0)("ordertype"), String))
End If
If dtToReturn.Rows(0)("XomaDocID") Is System.DBNull.Value Then
m_sXomaDocID = SqlString.Null
Else
m_sXomaDocID = New SqlString(CType(dtToReturn.Rows(0)("XomaDocID"), String))
End If
If dtToReturn.Rows(0)("transactnr") Is System.DBNull.Value Then
m_sTransactnr = SqlString.Null
Else
m_sTransactnr = New SqlString(CType(dtToReturn.Rows(0)("transactnr"), String))
End If
If dtToReturn.Rows(0)("manr") Is System.DBNull.Value Then
m_sManr = SqlString.Null
Else
m_sManr = New SqlString(CType(dtToReturn.Rows(0)("manr"), String))
End If
If dtToReturn.Rows(0)("MailingProduct") Is System.DBNull.Value Then
m_sMailingProduct = SqlString.Null
Else
m_sMailingProduct = New SqlString(CType(dtToReturn.Rows(0)("MailingProduct"), String))
End If
If dtToReturn.Rows(0)("Betreffzeile") Is System.DBNull.Value Then
m_sBetreffzeile = SqlString.Null
Else
m_sBetreffzeile = New SqlString(CType(dtToReturn.Rows(0)("Betreffzeile"), String))
End If
m_lPk = New SqlInt64(CType(dtToReturn.Rows(0)("pk"), Long))
End If
Return dtToReturn
Catch ex As Exception
' // some error occured. Bubble it to caller and encapsulate Exception object
Throw New Exception("clsTmphost::SelectOneWpkLogic::Error occured.", ex)
Finally
If m_bMainConnectionIsCreatedLocal Then
' // Close connection.
m_scoMainConnection.Close()
End If
scmCmdToExecute.Dispose()
sdaAdapter.Dispose()
End Try
End Function
''' <summary>
''' Purpose: SelectAll method. This method will Select all rows from the table.
''' </summary>
''' <returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
''' <remarks>
''' Properties set after a succesful call of this method:
''' <UL>
''' <LI>iErrorCode</LI>
'''</UL>
''' </remarks>
Overrides Public Function SelectAll() As DataTable
Dim scmCmdToExecute As SqlCommand = New SqlCommand()
scmCmdToExecute.CommandText = "dbo.[pr_tmphost_SelectAll]"
scmCmdToExecute.CommandType = CommandType.StoredProcedure
Dim dtToReturn As DataTable = new DataTable("tmphost")
Dim sdaAdapter As SqlDataAdapter = new SqlDataAdapter(scmCmdToExecute)
' // Use base class' connection object
scmCmdToExecute.Connection = m_scoMainConnection
Try
scmCmdToExecute.Parameters.Add(new SqlParameter("@iErrorCode", SqlDbType.Int, 4, ParameterDirection.Output, True, 10, 0, "", DataRowVersion.Proposed, m_iErrorCode))
If m_bMainConnectionIsCreatedLocal Then
' // Open connection.
m_scoMainConnection.Open()
Else
If m_cpMainConnectionProvider.bIsTransactionPending Then
scmCmdToExecute.Transaction = m_cpMainConnectionProvider.stCurrentTransaction
End If
End If
' // Execute query.
sdaAdapter.Fill(dtToReturn)
m_iErrorCode = New SqlInt32(CType(scmCmdToExecute.Parameters.Item("@iErrorCode").Value, SqlInt32))
If Not m_iErrorCode.Equals(New SqlInt32(LLBLError.AllOk)) Then
' // Throw error.
Throw New Exception("Stored Procedure 'pr_tmphost_SelectAll' reported the ErrorCode: " & m_iErrorCode.ToString())
End If
Return dtToReturn
Catch ex As Exception
' // some error occured. Bubble it to caller and encapsulate Exception object
Throw New Exception("clsTmphost::SelectAll::Error occured.", ex)
Finally
If m_bMainConnectionIsCreatedLocal Then
' // Close connection.
m_scoMainConnection.Close()
End If
scmCmdToExecute.Dispose()
sdaAdapter.Dispose()
End Try
End Function
#Region " Class Property Declarations "
Public Property [sPartnernr_inhaber]() As SqlString
Get
Return m_sPartnernr_inhaber
End Get
Set(ByVal Value As SqlString)
Dim sPartnernr_inhaberTmp As SqlString = Value
If sPartnernr_inhaberTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sPartnernr_inhaber", "sPartnernr_inhaber can't be NULL")
End If
m_sPartnernr_inhaber = Value
End Set
End Property
Public Property [sPartnernr_zusteller]() As SqlString
Get
Return m_sPartnernr_zusteller
End Get
Set(ByVal Value As SqlString)
m_sPartnernr_zusteller = Value
End Set
End Property
Public Property [sPartnername_inhaber]() As SqlString
Get
Return m_sPartnername_inhaber
End Get
Set(ByVal Value As SqlString)
Dim sPartnername_inhaberTmp As SqlString = Value
If sPartnername_inhaberTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sPartnername_inhaber", "sPartnername_inhaber can't be NULL")
End If
m_sPartnername_inhaber = Value
End Set
End Property
Public Property [sPartnername_zusteller]() As SqlString
Get
Return m_sPartnername_zusteller
End Get
Set(ByVal Value As SqlString)
m_sPartnername_zusteller = Value
End Set
End Property
Public Property [sReferenzzeile1]() As SqlString
Get
Return m_sReferenzzeile1
End Get
Set(ByVal Value As SqlString)
m_sReferenzzeile1 = Value
End Set
End Property
Public Property [sReferenzzeile2]() As SqlString
Get
Return m_sReferenzzeile2
End Get
Set(ByVal Value As SqlString)
m_sReferenzzeile2 = Value
End Set
End Property
Public Property [sValutadatum]() As SqlString
Get
Return m_sValutadatum
End Get
Set(ByVal Value As SqlString)
Dim sValutadatumTmp As SqlString = Value
If sValutadatumTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sValutadatum", "sValutadatum can't be NULL")
End If
m_sValutadatum = Value
End Set
End Property
Public Property [sValutadatum1]() As SqlString
Get
Return m_sValutadatum1
End Get
Set(ByVal Value As SqlString)
m_sValutadatum1 = Value
End Set
End Property
Public Property [sValorennr]() As SqlString
Get
Return m_sValorennr
End Get
Set(ByVal Value As SqlString)
m_sValorennr = Value
End Set
End Property
Public Property [sIsinnr]() As SqlString
Get
Return m_sIsinnr
End Get
Set(ByVal Value As SqlString)
m_sIsinnr = Value
End Set
End Property
Public Property [sDokumentid]() As SqlString
Get
Return m_sDokumentid
End Get
Set(ByVal Value As SqlString)
Dim sDokumentidTmp As SqlString = Value
If sDokumentidTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sDokumentid", "sDokumentid can't be NULL")
End If
m_sDokumentid = Value
End Set
End Property
Public Property [sAnzahlseiten]() As SqlString
Get
Return m_sAnzahlseiten
End Get
Set(ByVal Value As SqlString)
Dim sAnzahlseitenTmp As SqlString = Value
If sAnzahlseitenTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sAnzahlseiten", "sAnzahlseiten can't be NULL")
End If
m_sAnzahlseiten = Value
End Set
End Property
Public Property [sNachvollziehbarkeit]() As SqlString
Get
Return m_sNachvollziehbarkeit
End Get
Set(ByVal Value As SqlString)
Dim sNachvollziehbarkeitTmp As SqlString = Value
If sNachvollziehbarkeitTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sNachvollziehbarkeit", "sNachvollziehbarkeit can't be NULL")
End If
m_sNachvollziehbarkeit = Value
End Set
End Property
Public Property [sArchivdatum]() As SqlString
Get
Return m_sArchivdatum
End Get
Set(ByVal Value As SqlString)
Dim sArchivdatumTmp As SqlString = Value
If sArchivdatumTmp.IsNull Then
Throw New ArgumentOutOfRangeException("sArchivdatum", "sArchivdatum can't be NULL")
End If
m_sArchivdatum = Value
End Set
End Property
Public Property [sVvextern1]() As SqlString
Get
Return m_sVvextern1
End Get
Set(ByVal Value As SqlString)
m_sVvextern1 = Value
End Set
End Property
Public Property [sVvextern2]() As SqlString
Get
Return m_sVvextern2
End Get
Set(ByVal Value As SqlString)
m_sVvextern2 = Value
End Set
End Property
Public Property [sEx]() As SqlString
Get
Return m_sEx
End Get
Set(ByVal Value As SqlString)
m_sEx = Value
End Set
End Property
Public Property [sStandamdatum]() As SqlString
Get
Return m_sStandamdatum
End Get
Set(ByVal Value As SqlString)
m_sStandamdatum = Value
End Set
End Property
Public Property [sDokumenttypnr]() As SqlString
Get
Return m_sDokumenttypnr
End Get
Set(ByVal Value As SqlString)
m_sDokumenttypnr = Value
End Set
End Property
Public Property [sLoadid]() As SqlString
Get
Return m_sLoadid
End Get
Set(ByVal Value As SqlString)
m_sLoadid = Value
End Set
End Property
Public Property [daInserttimestamp]() As SqlDateTime
Get
Return m_daInserttimestamp
End Get
Set(ByVal Value As SqlDateTime)
m_daInserttimestamp = Value
End Set
End Property
Public Property [iInrpar00_inhaber]() As SqlInt32
Get
Return m_iInrpar00_inhaber
End Get
Set(ByVal Value As SqlInt32)
m_iInrpar00_inhaber = Value
End Set
End Property
Public Property [iInrpar00_zusteller]() As SqlInt32
Get
Return m_iInrpar00_zusteller
End Get
Set(ByVal Value As SqlInt32)
m_iInrpar00_zusteller = Value
End Set
End Property
Public Property [sMailingProductBezeichnung]() As SqlString
Get
Return m_sMailingProductBezeichnung
End Get
Set(ByVal Value As SqlString)
m_sMailingProductBezeichnung = Value
End Set
End Property
Public Property [sMetatype]() As SqlString
Get
Return m_sMetatype
End Get
Set(ByVal Value As SqlString)
m_sMetatype = Value
End Set
End Property
Public Property [sOrdertype]() As SqlString
Get
Return m_sOrdertype
End Get
Set(ByVal Value As SqlString)
m_sOrdertype = Value
End Set
End Property
Public Property [sXomaDocID]() As SqlString
Get
Return m_sXomaDocID
End Get
Set(ByVal Value As SqlString)
m_sXomaDocID = Value
End Set
End Property
Public Property [sTransactnr]() As SqlString
Get
Return m_sTransactnr
End Get
Set(ByVal Value As SqlString)
m_sTransactnr = Value
End Set
End Property
Public Property [sManr]() As SqlString
Get
Return m_sManr
End Get
Set(ByVal Value As SqlString)
m_sManr = Value
End Set
End Property
Public Property [sMailingProduct]() As SqlString
Get
Return m_sMailingProduct
End Get
Set(ByVal Value As SqlString)
m_sMailingProduct = Value
End Set
End Property
Public Property [sBetreffzeile]() As SqlString
Get
Return m_sBetreffzeile
End Get
Set(ByVal Value As SqlString)
m_sBetreffzeile = Value
End Set
End Property
Public Property [lPk]() As SqlInt64
Get
Return m_lPk
End Get
Set(ByVal Value As SqlInt64)
Dim lPkTmp As SqlInt64 = Value
If lPkTmp.IsNull Then
Throw New ArgumentOutOfRangeException("lPk", "lPk can't be NULL")
End If
m_lPk = Value
End Set
End Property
#End Region
End Class
End Namespace
@@ -0,0 +1,8 @@
<?xml version="1.0" standalone="yes"?>
<Configuration>
<SQLConnEDOKA>data source=shu00;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnEDOKA>
<SQLConnHOST>data source=shu00;initial catalog=EDOKA_HOST;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnHOST>
<SQLConnZV>data source=shu00;initial catalog=EDOKA_ZV;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnZV>
<SQLConnColdabgleich>data source=shu00;initial catalog=Coldabgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnColdabgleich>
<TMPPath>h:\tssettings</TMPPath>
</Configuration>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,30 @@
Loader.exe HOST d:\coldabgleich\dha28.del
pause
Loader.exe HOST f:\dha2.del
Loader.exe HOST f:\dha3.del
Loader.exe HOST f:\dha4.del
Loader.exe HOST f:\dha5.del
Loader.exe HOST f:\dha6.del
Loader.exe HOST f:\dha7.del
Loader.exe HOST f:\dha8.del
Loader.exe HOST f:\dha9.del
Loader.exe HOST f:\dha10.del
Loader.exe HOST f:\dha11.del
Loader.exe HOST f:\dha12.del
Loader.exe HOST f:\dha13.del
Loader.exe HOST f:\dha14.del
Loader.exe HOST f:\dha15.del
Loader.exe HOST f:\dha16.del
Loader.exe HOST f:\dha17.del
Loader.exe HOST f:\dha18.del
Loader.exe HOST f:\dha19.del
Loader.exe HOST f:\dha20.del
Loader.exe HOST f:\dha21.del
Loader.exe HOST f:\dha22.del
Loader.exe HOST f:\dha23.del
Loader.exe HOST f:\dha24.del
Loader.exe HOST f:\dha25.del
Loader.exe HOST f:\dha26.del
Loader.exe HOST f:\dha27.del
Loader.exe HOST f:\dha28.del
@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.296
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
'''<summary>
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("ColdAbgleich.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace
@@ -0,0 +1,8 @@
<?xml version="1.0" standalone="yes"?>
<Configuration>
<SQLConnEDOKA>data source=shu00;initial catalog=ColdAbgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnEDOKA>
<SQLConnHOST>data source=shu00;initial catalog=EDOKA_HOST;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnHOST>
<SQLConnZV>data source=shu00;initial catalog=EDOKA_ZV;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnZV>
<SQLConnColdabgleich>data source=shu00;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnColdabgleich>
<Scriptpath>E:\Software-Projekte\ColdAbgleich\ScriptLib</Scriptpath>
</Configuration>
@@ -0,0 +1,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartArguments>ZV y:\coldabgleich\bja16.del</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartArguments>DOK D:\EDOKA\Coldindex\EDOKA_Prod\docold3.txt</StartArguments>
</PropertyGroup>
</Project>
@@ -0,0 +1,11 @@
/************************************************************************************/
/* Coldabgleich: Delete überzählige Dokumente in EDOKA_ZV */
/* Dienstag, 30. September 2008 / 14:55:24 */
/************************************************************************************/
Delete form edoka_zv.dbo.zvbelege_data where nrdot00='ZVS003' and nrauf00='TG9999999' and nrdoc00='sadfsadf'
Go
/************************************************************************************/
/* End of File */
/* Dienstag, 30. September 2008 */
/************************************************************************************/
File diff suppressed because it is too large Load Diff
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><DontShowAgainInSolution>false</DontShowAgainInSolution></Configuration>
@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="MenuStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<metadata name="StatusStrip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>125, 17</value>
</metadata>
</root>
@@ -0,0 +1,137 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
Loader
</name>
</assembly>
<members>
<member name="M:Loader.coldabgleich.host.clsTmphost.#ctor">
<summary>
Purpose: Class constructor.
</summary>
</member><member name="M:Loader.coldabgleich.host.clsTmphost.Insert">
<summary>
Purpose: Insert method. This method will insert one new row into the database.
</summary>
<returns>True if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>sPartnernr_inhaber</LI>
<LI>sPartnernr_zusteller. May be SqlString.Null</LI>
<LI>sPartnername_inhaber</LI>
<LI>sPartnername_zusteller. May be SqlString.Null</LI>
<LI>sReferenzzeile1. May be SqlString.Null</LI>
<LI>sReferenzzeile2. May be SqlString.Null</LI>
<LI>sValutadatum</LI>
<LI>sValutadatum1. May be SqlString.Null</LI>
<LI>sValorennr. May be SqlString.Null</LI>
<LI>sIsinnr. May be SqlString.Null</LI>
<LI>sDokumentid</LI>
<LI>sAnzahlseiten</LI>
<LI>sNachvollziehbarkeit</LI>
<LI>sArchivdatum</LI>
<LI>sVvextern1. May be SqlString.Null</LI>
<LI>sVvextern2. May be SqlString.Null</LI>
<LI>sEx. May be SqlString.Null</LI>
<LI>sStandamdatum. May be SqlString.Null</LI>
<LI>sDokumenttypnr. May be SqlString.Null</LI>
<LI>sLoadid. May be SqlString.Null</LI>
<LI>daInserttimestamp. May be SqlDateTime.Null</LI>
<LI>iInrpar00_inhaber. May be SqlInt32.Null</LI>
<LI>iInrpar00_zusteller. May be SqlInt32.Null</LI>
<LI>sMailingProductBezeichnung. May be SqlString.Null</LI>
<LI>sMetatype. May be SqlString.Null</LI>
<LI>sOrdertype. May be SqlString.Null</LI>
<LI>sXomaDocID. May be SqlString.Null</LI>
<LI>sTransactnr. May be SqlString.Null</LI>
<LI>sManr. May be SqlString.Null</LI>
<LI>sMailingProduct. May be SqlString.Null</LI>
<LI>sBetreffzeile. May be SqlString.Null</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>lPk</LI>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="M:Loader.coldabgleich.host.clsTmphost.SelectOneWpkLogic">
<summary>
Purpose: Select method for a unique field. This method will Select one row from the database, based on the unique field 'pk'
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties needed for this method:
<UL>
<LI>lPk</LI>
</UL>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
<LI>sPartnernr_inhaber</LI>
<LI>sPartnernr_zusteller</LI>
<LI>sPartnername_inhaber</LI>
<LI>sPartnername_zusteller</LI>
<LI>sReferenzzeile1</LI>
<LI>sReferenzzeile2</LI>
<LI>sValutadatum</LI>
<LI>sValutadatum1</LI>
<LI>sValorennr</LI>
<LI>sIsinnr</LI>
<LI>sDokumentid</LI>
<LI>sAnzahlseiten</LI>
<LI>sNachvollziehbarkeit</LI>
<LI>sArchivdatum</LI>
<LI>sVvextern1</LI>
<LI>sVvextern2</LI>
<LI>sEx</LI>
<LI>sStandamdatum</LI>
<LI>sDokumenttypnr</LI>
<LI>sLoadid</LI>
<LI>daInserttimestamp</LI>
<LI>iInrpar00_inhaber</LI>
<LI>iInrpar00_zusteller</LI>
<LI>sMailingProductBezeichnung</LI>
<LI>sMetatype</LI>
<LI>sOrdertype</LI>
<LI>sXomaDocID</LI>
<LI>sTransactnr</LI>
<LI>sManr</LI>
<LI>sMailingProduct</LI>
<LI>sBetreffzeile</LI>
<LI>lPk</LI>
</UL>
Will fill all properties corresponding with a field in the table with the value of the row selected.
</remarks>
</member><member name="M:Loader.coldabgleich.host.clsTmphost.SelectAll">
<summary>
Purpose: SelectAll method. This method will Select all rows from the table.
</summary>
<returns>DataTable object if succeeded, otherwise an Exception is thrown. </returns>
<remarks>
Properties set after a succesful call of this method:
<UL>
<LI>iErrorCode</LI>
</UL>
</remarks>
</member><member name="T:Loader.coldabgleich.host.clsTmphost">
<summary>
Purpose: Data Access class for the table 'tmphost'.
</summary>
</member><member name="P:Loader.My.Resources.Resources.ResourceManager">
<summary>
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
</summary>
</member><member name="P:Loader.My.Resources.Resources.Culture">
<summary>
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
</summary>
</member><member name="T:Loader.My.Resources.Resources">
<summary>
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
</summary>
</member>
</members>
</doc>
@@ -0,0 +1,8 @@
<?xml version="1.0" standalone="yes"?>
<Configuration>
<SQLConnEDOKA>data source=shu00;initial catalog=edoka;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnEDOKA>
<SQLConnHOST>data source=shu00;initial catalog=EDOKA_HOST;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnHOST>
<SQLConnZV>data source=shu00;initial catalog=EDOKA_ZV;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnZV>
<SQLConnColdabgleich>data source=shu00;initial catalog=Coldabgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnColdabgleich>
<TMPPath>h:\tssettings</TMPPath>
</Configuration>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<!-- VBdocman .NET config file for current project.-->
<!-- Example: <add key="settingName" value="settingValue"/> -->
</appSettings>
<activeProfile>default</activeProfile>
</configuration>
@@ -0,0 +1,46 @@
/************************************************************************************/
/* Coldabgleich: EDOKA_HOST nicht zugeordnete Partnernr_Zusteller (Inrpar00_Zusteller) */
/* Mittwoch, 18. Februar 2009 / 13:24:04 */
/************************************************************************************/
0009200711270000008970000054710001, 1463927
0009200711300000011950000123240001, 1463927
0009200711300000011830000000320001, 1463927
0009200712030000011300000022660001, 1463927
0009200712030000011180000086970001, 1463927
0009200710310000013330000135360001, 1463927
0009200710310000013180000015320001, 1463927
0009200711010000009660000018490001, 1463927
0009200711010000009560000072240001, 1463927
0009200708020000005880000000010001, 1460658
0009200708020000005880000000010002, 1460658
0009200708020000005890000000010001, 1460658
0009200708020000005910000000010001, 1460658
0009200708020000005910000000010002, 1460658
0009200707310000011770000085430001, 1460658
0009200708020000009520000008580001, 1460658
0009200708150000005240000002780001, 1460658
0009200708200000000940000000020001, 1460658
0009200708310000012000000070990001, 1460658
0009200709030000009520000009220001, 1460658
0009200709030000000790000002880001, 1460658
0009200709030000000800000000110001, 1460658
0009200709140000005130000000540001, 1460658
0009200709300000001140000286760001, 1460658
0009200709300000001140000329370001, 1460658
0009200709300000001440000133670001, 1460658
0009200709300000001440000157950001, 1460658
0009200709300000001310000022810001, 1460658
0009200709300000001310000129320001, 1460658
0009200710010000012570000007890001, 1460658
0009200710150000005820000000750001, 1460658
0009200710290000012380000000730001, 1460658
0009200710310000013330000073470001, 1460658
0009200711150000007860000005610001, 1460658
0009200711150000004970000001530001, 1460658
0009200711200000001140000000390001, 1460658
0009200711300000011950000061630001, 1460658
0009200712060000010090000005720001, 1460658
/************************************************************************************/
/* End of File */
/* Mittwoch, 18. Februar 2009 */
/************************************************************************************/
@@ -0,0 +1,93 @@
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA1.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA2.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA3.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA4.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA5.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA6.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA7.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA8.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA9.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA10.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA11.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA12.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA13.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA14.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA15.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA16.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA17.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA18.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA19.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA20.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\BJA21.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA1.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA2.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA3.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA4.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA5.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA6.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA7.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA8.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA9.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA10.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA11.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA12.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA13.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA14.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA15.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA16.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA17.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA18.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe ZV D:\EDOKA\Testdaten\XIA19.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA1.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA2.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA3.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA4.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA5.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA6.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA7.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA8.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA9.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA10.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA11.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA12.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA13.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA14.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA15.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA16.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA17.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA18.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA19.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA20.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA21.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA22.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA23.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA24.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA25.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA26.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA27.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST D:\EDOKA\Testdaten\DHA28.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA1.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA2.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA3.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA4.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA5.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA6.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA7.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA8.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA9.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA10.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA11.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA12.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA13.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA14.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA15.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA16.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA17.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA18.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA19.DEL
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\loader.exe HOST1 D:\EDOKA\Testdaten\WJA20.DEL
pause
@@ -0,0 +1,8 @@
<?xml version="1.0" standalone="yes"?>
<Configuration>
<SQLConnEDOKA>data source=shu00;initial catalog=ColdAbgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnEDOKA>
<SQLConnHOST>data source=shu00;initial catalog=EDOKA_HOST;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnHOST>
<SQLConnZV>data source=shu00;initial catalog=EDOKA_ZV;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnZV>
<SQLConnColdabgleich>data source=shu00;initial catalog=Coldabgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=it</SQLConnColdabgleich>
<TMPPath>h:\tssettings</TMPPath>
</Configuration>
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<configuration>
<system.diagnostics>
<sources>
<!-- Dieser Abschnitt definiert die Protokollierungskonfiguration für My.Application.Log -->
<source name="DefaultSource" switchName="DefaultSwitch">
<listeners>
<add name="FileLog"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog"/>-->
</listeners>
</source>
</sources>
<switches>
<add name="DefaultSwitch" value="Information"/>
</switches>
<sharedListeners>
<add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
<!-- Auskommentierung des nachfolgenden Abschnitts aufheben und APPLICATION_NAME durch den Namen der Anwendung ersetzen, um in das Anwendungsereignisprotokoll zu schreiben -->
<!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
</sharedListeners>
</system.diagnostics>
<startup><supportedRuntime version="v2.0.50727"/></startup></configuration>
@@ -0,0 +1,8 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartArguments>DOK D:\EDOKA\Coldindex\EDOKA_Prod\docold3.txt</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartArguments>DOK D:\EDOKA\Coldindex\EDOKA_Prod\docold3.txt</StartArguments>
</PropertyGroup>
</Project>
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.296
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
#Region "Funktion zum automatischen Speichern von My.Settings"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.Bulkloader.My.MySettings
Get
Return Global.Bulkloader.My.MySettings.Default
End Get
End Property
End Module
End Namespace
@@ -0,0 +1,20 @@
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Debug\ColdAbgleich.exe
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Debug\ColdAbgleich.pdb
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Debug\ColdAbgleich.xml
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ResolveAssemblyReference.cache
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.Form1.resources
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.Resources.resources
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.vbproj.GenerateResource.Cache
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.exe
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.xml
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Debug\ColdAbgleich.pdb
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ResolveAssemblyReference.cache
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.Form1.resources
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.Resources.resources
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.vbproj.GenerateResource.Cache
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Release\ColdAbgleich.exe
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Release\ColdAbgleich.pdb
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\bin\Release\ColdAbgleich.xml
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.exe
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.xml
E:\Software-Projekte\ColdAbgleich\ColdAbgleich\obj\Release\ColdAbgleich.pdb
@@ -0,0 +1,9 @@
/************************************************************************************/
/* Coldabgleich: EDOKA_ZV nicht zugeordnete Partnernr (nrpar00) */
/* Dienstag, 30. September 2008 / 14:54:37 */
/************************************************************************************/
ZVS003, TG9911250120000853, 1991125009469, 801195358
/************************************************************************************/
/* End of File */
/* Dienstag, 30. September 2008 */
/************************************************************************************/
@@ -0,0 +1,73 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.1434
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Namespace My
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "8.0.0.0"), _
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Partial Friend NotInheritable Class MySettings
Inherits Global.System.Configuration.ApplicationSettingsBase
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
#Region "My.Settings Auto-Save Functionality"
#If _MyType = "WindowsForms" Then
Private Shared addedHandler As Boolean
Private Shared addedHandlerLockObject As New Object
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
If My.Application.SaveMySettingsOnExit Then
My.Settings.Save()
End If
End Sub
#End If
#End Region
Public Shared ReadOnly Property [Default]() As MySettings
Get
#If _MyType = "WindowsForms" Then
If Not addedHandler Then
SyncLock addedHandlerLockObject
If Not addedHandler Then
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
addedHandler = True
End If
End SyncLock
End If
#End If
Return defaultInstance
End Get
End Property
End Class
End Namespace
Namespace My
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Friend Module MySettingsProperty
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Friend ReadOnly Property Settings() As Global.Loader.My.MySettings
Get
Return Global.Loader.My.MySettings.Default
End Get
End Property
End Module
End Namespace
@@ -0,0 +1,113 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>ColdAbgleich.My.MyApplication</StartupObject>
<RootNamespace>ColdAbgleich</RootNamespace>
<AssemblyName>ColdAbgleich</AssemblyName>
<MyType>WindowsForms</MyType>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ColdAbgleich.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>ColdAbgleich.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Form1.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Form1.Designer.vb">
<DependentUpon>Form1.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Parameters.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Form1.resx">
<SubType>Designer</SubType>
<DependentUpon>Form1.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,11 @@
/************************************************************************************/
/* Coldabgleich: Update Attribute in EDOKA_HOST */
/* Mittwoch, 18. Februar 2009 / 13:24:02 */
/************************************************************************************/
Update edoka_host.dbo.host_dokument_data set referenzzeile1='Hutter Stefan' where dokumentid ='0009200612310000001360000040700001'
Go
/************************************************************************************/
/* End of File */
/* Mittwoch, 18. Februar 2009 */
/************************************************************************************/
@@ -0,0 +1,80 @@
Imports System.Xml
Imports System.IO
Imports System.Reflection
Public Class Parameters
Dim sconnectionstringEDOKA As String
Property ConnectionStringEDOKA() As String
Get
Return sconnectionstringEDOKA
End Get
Set(ByVal value As String)
sconnectionstringEDOKA = value
End Set
End Property
Dim sconnectionstringEDOKA_HOST As String
Property ConnectionStringEDOKA_HOST() As String
Get
Return sconnectionstringEDOKA_HOST
End Get
Set(ByVal value As String)
sconnectionstringEDOKA_HOST = value
End Set
End Property
Dim sconnectionstringEDOKA_ZV As String
Property ConnectionStringEDOKA_ZV() As String
Get
Return sconnectionstringEDOKA_ZV
End Get
Set(ByVal value As String)
sconnectionstringEDOKA_ZV = value
End Set
End Property
Dim sconnectionstringColdabgleich As String
Property ConnectionStringColdabgleich() As String
Get
Return sconnectionstringColdabgleich
End Get
Set(ByVal value As String)
sconnectionstringColdabgleich = value
End Set
End Property
Dim mtmppath As String
Property TMPPath() As String
Get
Return mtmppath
End Get
Set(ByVal value As String)
mtmppath = value
End Set
End Property
Dim sconnectiontmphost As String
Property ConnectionStringTmpHost() As String
Get
Return sconnectiontmphost
End Get
Set(ByVal value As String)
sconnectiontmphost = value
End Set
End Property
Dim xmldoc As New XmlDocument
Public Sub New()
xmldoc.Load(Me.ApplicationPath + "Parameters.xml")
Me.ConnectionStringEDOKA = xmldoc.SelectSingleNode("/Configuration/SQLConnEDOKA").InnerText
Me.ConnectionStringEDOKA_HOST = xmldoc.SelectSingleNode("/Configuration/SQLConnHOST").InnerText
Me.ConnectionStringEDOKA_ZV = xmldoc.SelectSingleNode("/Configuration/SQLConnZV").InnerText
Me.ConnectionStringColdabgleich = xmldoc.SelectSingleNode("/Configuration/SQLConnColdabgleich").InnerText
'Me.ConnectionStringTmpHost = xmldoc.SelectSingleNode("/Configuration/SQLConnTmpHost").InnerText
Me.TMPPath = xmldoc.SelectSingleNode("/Configuration/TMPPath").InnerText
End Sub
Public Function ApplicationPath() As String
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
End Function
End Class
@@ -0,0 +1,30 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "ColdAbgleich", "ColdAbgleich\ColdAbgleich.vbproj", "{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Debug|x86.ActiveCfg = Debug|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Release|Any CPU.Build.0 = Release|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0F0ED3A1-A2A8-4C03-A756-4DF4697DF2FF}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
@@ -0,0 +1,9 @@
/************************************************************************************/
/* Coldabgleich: EDOKA_ZV nicht zugeordnete Partnernr (nrpar00) */
/* Mittwoch, 18. Februar 2009 / 13:20:49 */
/************************************************************************************/
ZVS003, TG9911250120000853, 1991125009469, 801195358
/************************************************************************************/
/* End of File */
/* Mittwoch, 18. Februar 2009 */
/************************************************************************************/
@@ -0,0 +1,117 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>
@@ -0,0 +1,76 @@
Imports System.IO
Public Class clsArgs
Dim m_typ As String
Property Typ() As String
Get
Return m_typ
End Get
Set(ByVal value As String)
m_typ = value
End Set
End Property
Dim m_anzahl As String
Property Anzahl() As String
Get
Return m_anzahl
End Get
Set(ByVal value As String)
m_anzahl = value
End Set
End Property
Dim m_filename As String
Property inputfilename() As String
Get
Return m_filename
End Get
Set(ByVal value As String)
m_filename = value
End Set
End Property
Public Function CheckArgs(ByVal args() As String) As Boolean
Try
Me.Typ = args(1)
If UCase(Me.Typ) = "BL" Or UCase(Me.Typ) = "BL1" Or UCase(Me.Typ) = "EDOKA" Or UCase(Me.Typ) = "DOK" Or UCase(Me.Typ) = "EDEXBL" Or UCase(Me.Typ) = "EDEXBL1" Or UCase(Me.Typ) = "MFS" Or UCase(Me.Typ) = "DOKS" Then
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
End If
If UCase(Me.Typ) = "VV" Then
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
End If
If UCase(Me.Typ) <> "ZV" And UCase(Me.Typ) <> "HOST" And UCase(Me.Typ) <> "HOST1" And UCase(Me.Typ) <> "HOST2" And UCase(Me.Typ) <> "HOSTMINI" And UCase(Me.Typ) <> "HOST1MINI" Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
If Me.Typ = "" Or Me.Anzahl = "" Or Me.inputfilename = "" Then
Console.WriteLine("Fehlende Anzahl Argumente (Typ, Anzahl, Inputfilename)")
End If
Return True
Catch ex As Exception
Console.WriteLine("Fehlende Anzahl Argumente (Typ, Anzahl, Inputfilename)")
Return False
End Try
End Function
End Class
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,9 @@
/************************************************************************************/
/* Coldabgleich: EDOKA_ZV nicht zugeordnete Partnernr (nrpar00) */
/* Dienstag, 30. September 2008 / 14:56:18 */
/************************************************************************************/
ZVS003, TG9911250120000853, 1991125009469, 801195358
/************************************************************************************/
/* End of File */
/* Dienstag, 30. September 2008 */
/************************************************************************************/
@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Loader", "Loader\Loader.vbproj", "{7D610EEB-312A-4852-A596-8460A6468B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D610EEB-312A-4852-A596-8460A6468B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
@@ -0,0 +1,76 @@
Imports System.IO
Public Class clsArgs
Dim m_typ As String
Property Typ() As String
Get
Return m_typ
End Get
Set(ByVal value As String)
m_typ = value
End Set
End Property
Dim m_anzahl As String
Property Anzahl() As String
Get
Return m_anzahl
End Get
Set(ByVal value As String)
m_anzahl = value
End Set
End Property
Dim m_filename As String
Property inputfilename() As String
Get
Return m_filename
End Get
Set(ByVal value As String)
m_filename = value
End Set
End Property
Public Function CheckArgs(ByVal args() As String) As Boolean
Try
Me.Typ = args(1)
If UCase(Me.Typ) = "BL" Or UCase(Me.Typ) = "BL1" Or UCase(Me.Typ) = "EDOKA" Or UCase(Me.Typ) = "DOK" Or UCase(Me.Typ) = "EDEXBL" Or UCase(Me.Typ) = "EDEXBL1" Or UCase(Me.Typ) = "MFS" Or UCase(Me.Typ) = "DOKS" Then
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
End If
If UCase(Me.Typ) = "VV" Then
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
End If
If UCase(Me.Typ) <> "ZV" And UCase(Me.Typ) <> "HOST" And UCase(Me.Typ) <> "HOST1" Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Me.inputfilename = args(2)
If Not File.Exists(Me.inputfilename) Then
Console.WriteLine("Inputfile " & Me.inputfilename + " nicht vorhandne.")
Return False
End If
Return True
If Me.Typ = "" Or Me.Anzahl = "" Or Me.inputfilename = "" Then
Console.WriteLine("Fehlende Anzahl Argumente (Typ, Anzahl, Inputfilename)")
End If
Return True
Catch ex As Exception
Console.WriteLine("Fehlende Anzahl Argumente (Typ, Anzahl, Inputfilename)")
Return False
End Try
End Function
End Class
@@ -0,0 +1,13 @@
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.1434
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
@@ -0,0 +1,208 @@
' //////////////////////////////////////////////////////////////////////////////////////////
' // Description: Base class for Database Interaction.
' // Generated by LLBLGen v1.21.2003.712 Final on: Sonntag, 15. November 2009, 10:42:03
' // Because this class implements IDisposable, derived classes shouldn't do so.
' //////////////////////////////////////////////////////////////////////////////////////////
Imports System
Imports System.Configuration
Imports System.Data
Imports System.Data.SqlClient
Imports System.Data.SqlTypes
Namespace coldabgleich.host
' /// <summary>
' /// Purpose: Error Enums used by this LLBL library.
' /// </summary>
Public Enum LLBLError
AllOk
' // Add more here (check the comma's!)
End Enum
' /// <summary>
' /// Purpose: General interface of the API generated. Contains only common methods of all classes.
' /// </summary>
Public Interface ICommonDBAccess
Function Insert() As Boolean
Function Update() As Boolean
Function Delete() As Boolean
Function SelectOne() As DataTable
Function SelectAll() As DataTable
End Interface
' /// <summary>
' /// Purpose: Abstract base class for Database Interaction classes.
' /// </summary>
Public MustInherit Class clsDBInteractionBase
Implements IDisposable
Implements ICommonDBAccess
#Region " Class Member Declarations "
Protected m_scoMainConnection As SqlConnection
Protected m_iRowsAffected As Integer
Protected m_iErrorCode As SqlInt32
Protected m_bMainConnectionIsCreatedLocal As Boolean
Protected m_cpMainConnectionProvider As clsConnectionProvider
Private m_sConnectionString As String
Private m_bIsDisposed As Boolean
#End Region
' /// <summary>
' /// Purpose: Class constructor.
' /// </summary>
Public Sub New()
' // Initialize the class' members.
InitClass()
End Sub
' /// <summary>
' /// Purpose: Initializes class members.
' /// </summary>
Private Sub InitClass()
' // create all the objects and initialize other members.
m_scoMainConnection = new SqlConnection()
m_bMainConnectionIsCreatedLocal = True
m_cpMainConnectionProvider = Nothing
m_iErrorCode = New SqlInt32(LLBLError.AllOk)
m_bIsDisposed = False
End Sub
' /// <summary>
' /// Purpose: Implements the IDispose' method Dispose.
' /// </summary>
Overloads Public Sub Dispose() Implements IDisposable.Dispose
Dispose(True)
GC.SuppressFinalize(Me)
End Sub
' /// <summary>
' /// Purpose: Implements the Dispose functionality.
' /// </summary>
Overridable Overloads Protected Sub Dispose(ByVal bIsDisposing As Boolean)
' // Check to see if Dispose has already been called.
If Not m_bIsDisposed Then
If bIsDisposing Then
' // Dispose managed resources.
If m_bMainConnectionIsCreatedLocal Then
' // Object is created in this class, so destroy it here.
m_scoMainConnection.Close()
m_scoMainConnection.Dispose()
m_bMainConnectionIsCreatedLocal = True
End If
m_cpMainConnectionProvider = Nothing
m_scoMainConnection = Nothing
End If
End If
m_bIsDisposed = True
End Sub
' /// <summary>
' /// Purpose: Implements the ICommonDBAccess.Insert() method.
' /// </summary>
Public Overridable Function Insert() As Boolean Implements ICommonDBAccess.Insert
' // No implementation, throw exception
Throw New NotImplementedException()
End Function
' /// <summary>
' /// Purpose: Implements the ICommonDBAccess.Delete() method.
' /// </summary>
Public Overridable Function Delete() As Boolean Implements ICommonDBAccess.Delete
' // No implementation, throw exception
Throw New NotImplementedException()
End Function
' /// <summary>
' /// Purpose: Implements the ICommonDBAccess.Update() method.
' /// </summary>
Public Overridable Function Update() As Boolean Implements ICommonDBAccess.Update
' // No implementation, throw exception
Throw New NotImplementedException()
End Function
' /// <summary>
' /// Purpose: Implements the ICommonDBAccess.SelectOne() method.
' /// </summary>
Public Overridable Function SelectOne() As DataTable Implements ICommonDBAccess.SelectOne
' // No implementation, throw exception
Throw New NotImplementedException()
End Function
' /// <summary>
' /// Purpose: Implements the ICommonDBAccess.SelectAll() method.
' /// </summary>
Public Overridable Function SelectAll() As DataTable Implements ICommonDBAccess.SelectAll
' // No implementation, throw exception
Throw New NotImplementedException()
End Function
#Region " Class Property Declarations "
Public WriteOnly Property cpMainConnectionProvider() As clsConnectionProvider
Set(ByVal Value As clsConnectionProvider)
If Value Is Nothing Then
' // Invalid value
Throw New ArgumentNullException("cpMainConnectionProvider", "Nothing passed as value to this property which is not allowed.")
End If
' // A connection provider object is passed to this class.
' // Retrieve the SqlConnection object, if present and create a
' // reference to it. If there is already a MainConnection object
' // referenced by the membervar, destroy that one or simply
' // remove the reference, based on the flag.
If Not (m_scoMainConnection Is Nothing) Then
' // First get rid of current connection object. Caller is responsible
If m_bMainConnectionIsCreatedLocal Then
' // Is local created object, close it and dispose it.
m_scoMainConnection.Close()
m_scoMainConnection.Dispose()
End If
' // Remove reference.
m_scoMainConnection = Nothing
End If
m_cpMainConnectionProvider = CType(Value, clsConnectionProvider)
m_scoMainConnection = m_cpMainConnectionProvider.scoDBConnection
m_bMainConnectionIsCreatedLocal = False
End Set
End Property
Public ReadOnly Property iErrorCode() As SqlInt32
Get
Return m_iErrorCode
End Get
End Property
Public Property sConnectionString() As String
Get
Return m_sConnectionString
End Get
Set (ByVal Value As String)
m_sConnectionString = Value
m_scoMainConnection.ConnectionString = m_sConnectionString
End Set
End Property
Public Readonly Property iRowsAffected() As Integer
Get
Return m_iRowsAffected
End Get
End Property
#End Region
End Class
End Namespace
@@ -0,0 +1,63 @@
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.296
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wird.
' </auto-generated>
'------------------------------------------------------------------------------
Option Strict On
Option Explicit On
Imports System
Namespace My.Resources
'Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
'-Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
'Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
'mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
'''<summary>
''' Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
'''</summary>
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
Friend Module Resources
Private resourceMan As Global.System.Resources.ResourceManager
Private resourceCulture As Global.System.Globalization.CultureInfo
'''<summary>
''' Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
Get
If Object.ReferenceEquals(resourceMan, Nothing) Then
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Loader.Resources", GetType(Resources).Assembly)
resourceMan = temp
End If
Return resourceMan
End Get
End Property
'''<summary>
''' Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
''' Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
'''</summary>
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Friend Property Culture() As Global.System.Globalization.CultureInfo
Get
Return resourceCulture
End Get
Set
resourceCulture = value
End Set
End Property
End Module
End Namespace
@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Loader", "Loader\Loader.vbproj", "{7D610EEB-312A-4852-A596-8460A6468B59}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D610EEB-312A-4852-A596-8460A6468B59}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D610EEB-312A-4852-A596-8460A6468B59}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<!-- VSdocman config file for current project/solution.-->
<activeProfile>default</activeProfile>
<appSettings>
</appSettings>
</configuration>
@@ -0,0 +1,111 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7D610EEB-312A-4852-A596-8460A6468B59}</ProjectGuid>
<OutputType>Exe</OutputType>
<StartupObject>Loader.ModMain</StartupObject>
<RootNamespace>Loader</RootNamespace>
<AssemblyName>Loader</AssemblyName>
<MyType>Console</MyType>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<OldToolsVersion>3.5</OldToolsVersion>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Loader.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\debug\</OutputPath>
<DocumentationFile>Loader.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022,42353,42354,42355</NoWarn>
</PropertyGroup>
<ItemGroup>
<Reference Include="csvadapter, Version=1.0.2062.15511, Culture=neutral">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\..\Client\EDOKA\bin\csvadapter.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
</ItemGroup>
<ItemGroup>
<Compile Include="clsArgs.vb" />
<Compile Include="clsConnectionProvider.vb" />
<Compile Include="clsDBInteractionBase.vb" />
<Compile Include="clsTmphost.vb" />
<Compile Include="CSVHelper.vb" />
<Compile Include="ModMain.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="Parameter.vb" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="parameters.xml" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<StartArguments>HOST2 D:\EDK_Files\wja\wja21.del</StartArguments>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<StartArguments>DOK D:\EDOKA\Coldindex\EDOKA_Prod\docold3.txt</StartArguments>
</PropertyGroup>
</Project>
@@ -0,0 +1,11 @@
/************************************************************************************/
/* Coldabgleich: Update Attribute in EDOKA_HOST */
/* Mittwoch, 18. Februar 2009 / 13:20:48 */
/************************************************************************************/
Update edoka_zv.dbo.zvbelege_data set NEVVG01='shu' where nrdot00='ZVS003' and nrauf00='TG9911250120001747' and nrdoc00='1991125012644'
Go
/************************************************************************************/
/* End of File */
/* Mittwoch, 18. Februar 2009 */
/************************************************************************************/
@@ -0,0 +1,10 @@
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.exe
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.xml
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.pdb
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\Loader.exe
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\Loader.pdb
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\Loader.xml
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\bin\Debug\csvadapter.dll
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.Resources.resources
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.vbproj.GenerateResource.Cache
E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Loader\Loader\obj\Debug\Loader.vbprojResolveAssemblyReference.cache
@@ -0,0 +1,20 @@
/************************************************************************************/
/* Coldabgleich: Insert einzlne Dokumente (Dopplte entfernt) in EDOKA_HOST */
/* Mittwoch, 18. Februar 2009 / 13:22:55 */
/************************************************************************************/
INSERT INTO [host_dokument_import] ([partnernr_inhaber],[partnernr_zusteller],[partnername_inhaber],[partnername_zusteller],[referenzzeile1],[referenzzeile2],[valutadatum],[valutadatum1],[valorennr],[isinnr],[dokumentid],[anzahlseiten],[nachvollziehbarkeit],[archivdatum],[vvextern1],[vvextern2],[ex],[standamdatum],[dokumenttypnr],[loadid],[inserttimestamp],[inrpar00_inhaber],[inrpar00_zusteller],[MailingProductBezeichnung],[metatype],[ordertype],[XomaDocID],[transactnr],[manr],[MailingProduct],[Betreffzeile])VALUES('001000208','001297149','HostPartnerNAme','Partner Zustelle','','','20040528','20040528','','','0009200405280000005520000008420001','1','VSM:P00 ¦SPE:A ¦V-N:01 ¦V-P:01 ¦USR: ¦PRN:','28.05.2004 18:15:13','0000102001459503','','O','','FP0215','5954-3-0-108365FAA-12567-12567','Mai 30 2004 6:16:00:000AM',1000208,1297149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
Go
INSERT INTO [host_dokument_import] ([partnernr_inhaber],[partnernr_zusteller],[partnername_inhaber],[partnername_zusteller],[referenzzeile1],[referenzzeile2],[valutadatum],[valutadatum1],[valorennr],[isinnr],[dokumentid],[anzahlseiten],[nachvollziehbarkeit],[archivdatum],[vvextern1],[vvextern2],[ex],[standamdatum],[dokumenttypnr],[loadid],[inserttimestamp],[inrpar00_inhaber],[inrpar00_zusteller],[MailingProductBezeichnung],[metatype],[ordertype],[XomaDocID],[transactnr],[manr],[MailingProduct],[Betreffzeile])VALUES('001000208','001297149','HostPartnerNAme','Partner Zustelle','','','20041031','20041031','','','0009200410310000001190000025890001','2','VSM:P00 ¦SPE:A ¦V-N:01 ¦V-P:01 ¦USR: ¦PRN:','31.10.2004 16:05:35','0000102001459503','','O','','FP0009','5954-3-0-136548FAA-12723-12723','Nov 1 2004 6:05:00:000AM',1000208,1297149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
Go
INSERT INTO [host_dokument_import] ([partnernr_inhaber],[partnernr_zusteller],[partnername_inhaber],[partnername_zusteller],[referenzzeile1],[referenzzeile2],[valutadatum],[valutadatum1],[valorennr],[isinnr],[dokumentid],[anzahlseiten],[nachvollziehbarkeit],[archivdatum],[vvextern1],[vvextern2],[ex],[standamdatum],[dokumenttypnr],[loadid],[inserttimestamp],[inrpar00_inhaber],[inrpar00_zusteller],[MailingProductBezeichnung],[metatype],[ordertype],[XomaDocID],[transactnr],[manr],[MailingProduct],[Betreffzeile])VALUES('001000208','001297149','HostPartnerNAme','Partner Zustelle','','','20050310','20050310','','','0009200503100000005170000002490001','1','VSM:P00 |SPE:A |V-N:01 |V-P:01 |USR: |PRN:','10.03.2005 18:14:04','0000102001459503','','O','','FP0215','5954-3-0-162870FAA-12853-12853','Mär 22 2005 8:00:00:000AM',1000208,1297149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
Go
INSERT INTO [host_dokument_import] ([partnernr_inhaber],[partnernr_zusteller],[partnername_inhaber],[partnername_zusteller],[referenzzeile1],[referenzzeile2],[valutadatum],[valutadatum1],[valorennr],[isinnr],[dokumentid],[anzahlseiten],[nachvollziehbarkeit],[archivdatum],[vvextern1],[vvextern2],[ex],[standamdatum],[dokumenttypnr],[loadid],[inserttimestamp],[inrpar00_inhaber],[inrpar00_zusteller],[MailingProductBezeichnung],[metatype],[ordertype],[XomaDocID],[transactnr],[manr],[MailingProduct],[Betreffzeile])VALUES('001000208','001297149','HostPartnerNAme','Partner Zustelle','','','20050314','20050314','','','0009200503140000005110000002050001','1','VSM:P00 |SPE:A |V-N:01 |V-P:01 |USR: |PRN:','14.03.2005 17:29:06','0000102001459503','','O','','FP0215','5954-3-0-163258FAA-12857-12857','Mär 22 2005 8:20:00:000AM',1000208,1297149,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL)
Go
/************************************************************************************/
/* End of File */
/* Mittwoch, 18. Februar 2009 */
/************************************************************************************/
@@ -0,0 +1,11 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>
ColdAbgleich
</name>
</assembly>
<members>
</members>
</doc>
@@ -0,0 +1,2 @@
Bulkloader tmpzv d:\coldabgleich\bja16.del.out 5000
pause
@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="ColdAbgleich">
</Property><Property Name="Projektmappendatei" Value="E:\Software-Projekte\EDOKA\tools\ColdAbgleich\ColdAbgleich.sln">
</Property><Property Name="Benutzeroptionendatei" Value="E:\Software-Projekte\EDOKA\tools\ColdAbgleich\ColdAbgleich.suo">
</Property><Property Name="Date" Value="Samstag, 1. Dezember 2012">
</Property><Property Name="Time" Value="10:22">
</Property><Property Name="Protokollnummer" Value="2">
</Property></Properties><Event ErrorLevel="0" Project="" Source="ColdAbgleich.sln" Description="Datei wurde erfolgreich als &quot;E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich.sln&quot; gesichert">
</Event><Event ErrorLevel="0" Project="" Source="ColdAbgleich.suo" Description="Datei wurde erfolgreich als &quot;E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich.suo&quot; gesichert">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\ColdAbgleich.vbproj" Description="Projektdatei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\ColdAbgleich.vbproj">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\Form1.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\Form1.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\Form1.Designer.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\Form1.Designer.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\AssemblyInfo.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\AssemblyInfo.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Application.Designer.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Application.Designer.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Resources.Designer.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Resources.Designer.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Settings.Designer.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Settings.Designer.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\Parameters.vb" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\Parameters.vb">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Application.myapp" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Application.myapp">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Settings.settings" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Settings.settings">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\Form1.resx" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\Form1.resx">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\My Project\Resources.resx" Description="Datei erfolgreich gesichert als E:\Software-Projekte\EDOKA\tools\ColdAbgleich\Backup1\ColdAbgleich\My Project\Resources.resx">
</Event><Event ErrorLevel="1" Project="ColdAbgleich" Source="ColdAbgleich\ColdAbgleich.vbproj" Description="Das Projekt ist für .NET Framework 2.0 oder 3.0 konzipiert. Wenn für das Projekt Assemblys verwendet werden, die eine neuere Version von .NET Framework erfordern, kann das Projekt nicht erstellt werden. Sie können die .NET Framework-Version durch Klicken auf &quot;Eigenschaften&quot; im Projektmenü und durch anschließendes Auswählen einer neuen Version im Dropdownfeld &quot;.NET Framework&quot; ändern. (In Visual Basic befindet sich das Dropdownfeld auf der Registerkarte &quot;Kompilieren&quot;. Klicken Sie auf die Schaltfläche &quot;Erweitere Compileroptionen...&quot;).">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\ColdAbgleich.vbproj" Description="Projekt erfolgreich konvertiert">
</Event><Event ErrorLevel="3" Project="ColdAbgleich" Source="ColdAbgleich\ColdAbgleich.vbproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="ColdAbgleich.sln" Description="Die Projektmappe wurde erfolgreich konvertiert.">
</Event><Event ErrorLevel="3" Project="" Source="ColdAbgleich.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="ColdAbgleich" Source="ColdAbgleich\ColdAbgleich.vbproj" Description="Überprüfung abgeschlossen: Upgrade der Projektdateien nicht erforderlich.">
</Event></UpgradeLog>
File diff suppressed because it is too large Load Diff
@@ -0,0 +1,122 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>
</SchemaVersion>
<ProjectGuid>{D32B4D62-3402-4D6F-AB85-3C0AE2052182}</ProjectGuid>
<OutputType>Exe</OutputType>
<StartupObject>Bulkloader.Module1</StartupObject>
<RootNamespace>Bulkloader</RootNamespace>
<AssemblyName>Bulkloader</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>Console</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkProfile>
</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>Bulkloader.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>Bulkloader.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="csvadapter">
<HintPath>..\..\..\..\..\client\EDOKA\bin\csvadapter.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Diagnostics" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Module1.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity version="1.0.0.0" name="MyApplication.app"/>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="asInvoker" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
@@ -0,0 +1,24 @@
"01.12.2012 20:31:58 d:\coldabgleich\tja1.del.out Total Rows:631309"
"01.12.2012 20:39:14 d:\coldabgleich\dha28.del.out Total Rows:1878445"
"02.12.2012 11:42:46 d:\coldabgleich\xja1.del.out Total Rows:755144"
"07.12.2012 22:35:21 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:35:23 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:37:46 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:37:48 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:42:07 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:42:08 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:43:11 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:43:12 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:46:19 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:46:52 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:47:33 d:\coldabgleich\qja1.del.out Total Rows:0"
"07.12.2012 22:59:28 d:\coldabgleich\qja1.del.out Total Rows:2381229"
"10.12.2012 15:36:54 d:\coldabgleich\DHA28.del.out Total Rows:1878445"
"10.12.2012 15:38:04 d:\coldabgleich\WJA5.del.out Total Rows:2112310"
"30.08.2014 19:49:43 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:19:52 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:20:50 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:21:11 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:22:49 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:24:13 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
"30.08.2014 20:25:02 D:\EDK_Files\DHA\DHA28.del.out Total Rows:123"
@@ -0,0 +1,8 @@
<?xml version="1.0" standalone="yes"?>
<Configuration>
<SQLConnEDOKA>data source=shu00;initial catalog=ColdAbgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnEDOKA>
<SQLConnHOST>data source=shu00;initial catalog=EDOKA_HOST;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnHOST>
<SQLConnZV>data source=shu00;initial catalog=EDOKA_ZV;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnZV>
<SQLConnColdabgleich>data source=shu00;initial catalog=Coldabgleich;persist security info=False;workstation id=;packet size=4096;user id=sa;password=*shu29</SQLConnColdabgleich>
<Scriptpath>E:\Software-Projekte\ColdAbgleich\ScriptLib</Scriptpath>
</Configuration>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MySubMain>false</MySubMain>
<SingleInstance>false</SingleInstance>
<ShutdownMode>0</ShutdownMode>
<EnableVisualStyles>true</EnableVisualStyles>
<AuthenticationMode>0</AuthenticationMode>
<ApplicationType>2</ApplicationType>
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
</MyApplicationData>
@@ -0,0 +1,20 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Bulkloader", "Bulkloader\Bulkloader.vbproj", "{D32B4D62-3402-4D6F-AB85-3C0AE2052182}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D32B4D62-3402-4D6F-AB85-3C0AE2052182}.Debug|x86.ActiveCfg = Debug|x86
{D32B4D62-3402-4D6F-AB85-3C0AE2052182}.Debug|x86.Build.0 = Debug|x86
{D32B4D62-3402-4D6F-AB85-3C0AE2052182}.Release|x86.ActiveCfg = Release|x86
{D32B4D62-3402-4D6F-AB85-3C0AE2052182}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal

Some files were not shown because too many files have changed in this diff Show More