ZugFerdTest: Activate mssql server

This commit is contained in:
Jonathan Jenne 2020-11-19 12:13:41 +01:00
parent b050ce7e2d
commit c5413cf284

View File

@ -89,6 +89,7 @@ Public Class Form1
Dim args As New WorkerArgs()
args = LoadFolderConfig(args)
args = LoadPropertyMapFor(args, "DEFAULT")
args.InsertIntoSQLServer = True
Dim job As New Jobs.ImportZUGFeRDFiles(_logConfig, _firebird, 1, _mssql)