From b2aec7d7a6294f52445f00496155fa38da36b40b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Mon, 22 Apr 2013 23:26:41 +0000 Subject: [PATCH] add new Globis source --- .../eu/etaxonomy/cdm/app/common/CdmImportSources.java | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java b/app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java index 4a6c1631..837afb8c 100644 --- a/app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java +++ b/app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java @@ -72,6 +72,15 @@ public class CdmImportSources extends SourceBase{ String userName = ""; return makeSource(dbms, strServer, strDB, port, userName, null); } + + public static Source GLOBIS_MDB_20130321(){ + String dbms = Source.ACCESS; + String strServer = null; + String strDB = "C:\\localCopy\\Data\\globis\\globis_20130321.mdb"; + int port = -1; + String userName = ""; + return makeSource(dbms, strServer, strDB, port, userName, null); + } // public static Source GLOBIS_MDB_20120928(){ // String dbms = Source.ACCESS; -- 2.34.1