Project

General

Profile

« Previous | Next » 

Revision 9db0936f

Added by Andreas Müller over 11 years ago

minor

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java
65 65
	}
66 66

  
67 67
	public static Source GLOBIS_MDB_20120928(){
68
	String dbms = Source.ACCESS;
69
	String strServer = null;
70
	String strDB = "C:\\localCopy\\Data\\globis\\globis.20120928.mdb";
71
	int port = -1;
72
	String userName = "";
73
	return  makeSource(dbms, strServer, strDB, port, userName, null);
74
}
68
		String dbms = Source.ACCESS;
69
		String strServer = null;
70
		String strDB = "C:\\localCopy\\Data\\globis\\globis.20120928.mdb";
71
		int port = -1;
72
		String userName = "";
73
		return  makeSource(dbms, strServer, strDB, port, userName, null);
74
	}
75 75
	
76 76
//	public static Source GLOBIS_MDB_20120928(){
77 77
//		String dbms = Source.ACCESS;

Also available in: Unified diff