MS Service ZuGferd und Begin GUI

This commit is contained in:
Digital Data - Marlon Schreiber
2018-12-17 18:30:17 +01:00
parent 142d9e316c
commit 71fdc188c2
36 changed files with 2115 additions and 92 deletions

View File

@@ -59,7 +59,8 @@
</Reference>
<Reference Include="Microsoft.CSharp" />
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
<HintPath>..\packages\NLog.4.5.10\lib\net45\NLog.dll</HintPath>
<SpecificVersion>False</SpecificVersion>
<HintPath>..\Modules.Logging\bin\Debug\NLog.dll</HintPath>
</Reference>
<Reference Include="Oracle.ManagedDataAccess">
<HintPath>P:\Visual Studio Projekte\Bibliotheken\Oracle.ManagedDataAccess.dll</HintPath>

View File

@@ -53,6 +53,7 @@ Public Class Firebird
Private _connectionUsername As String
Private _connectionPassword As String
Private _connectionString As String
Public _DBInitialized As Boolean = False
Public Enum TransactionMode
NoTransaction
@@ -104,6 +105,8 @@ Public Class Firebird
If oConnection Is Nothing Then
Throw New Exceptions.DatabaseException()
Else
_DBInitialized = True
End If
_logger.Debug("Connection sucessfully established!")