update source
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 25 Mar 2011 16:26:08 +0000 (16:26 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 25 Mar 2011 16:26:08 +0000 (16:26 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java

index 51cfd7c5e997c72b8ddfcdf717c17553c8e5a8e1..32ce7c8c4e618948a9474edf300fa598d7267c7f 100644 (file)
@@ -33,7 +33,7 @@ public class CdmImportSources {
                String dbms = Source.ACCESS;\r
                String strServer = null;\r
                //String strDB = "fernsTest";\r
-               String strDB = "C:\\localCopy\\Data\\eflora\\africa\\checklist_flore_afrique_centrale_corr.mdb";\r
+               String strDB = "C:\\localCopy\\Data\\eflora\\africa\\checklist\\checklist_flore_afrique_centrale_corr.mdb";\r
                int port = 1433;\r
                String userName = "";\r
                return  makeSource(dbms, strServer, strDB, port, userName, null);\r