From: Andreas Müller Date: Fri, 25 Mar 2011 16:26:08 +0000 (+0000) Subject: update source X-Git-Url: https://dev.e-taxonomy.eu/gitweb/cdmlib-apps.git/commitdiff_plain/62468daa059053518f50497c3d96efbfde62878e update source --- 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 51cfd7c5..32ce7c8c 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 @@ -33,7 +33,7 @@ public class CdmImportSources { String dbms = Source.ACCESS; String strServer = null; //String strDB = "fernsTest"; - String strDB = "C:\\localCopy\\Data\\eflora\\africa\\checklist_flore_afrique_centrale_corr.mdb"; + String strDB = "C:\\localCopy\\Data\\eflora\\africa\\checklist\\checklist_flore_afrique_centrale_corr.mdb"; int port = 1433; String userName = ""; return makeSource(dbms, strServer, strDB, port, userName, null);