Project

General

Profile

« Previous | Next » 

Revision ea2d839e

Added by Katja Luther almost 10 years ago

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiSources.java
33 33
		return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);
34 34
	}
35 35
	
36
	public static Source mfn_faunEu_pesi3(){
37
		//	Fauna Europaea auf pesiimport3
38
		String dbms = Source.SQL_SERVER_2008;
39
        String strServer = "pesiimport3";
40
        String strDB = "MfN_FaunaEuropeae";
41
		int port = 1433;
42
		String userName = "pesiExportFaunaEu";
43
		return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);
44
	}
45
	
36 46
	public static Source faunEu(){
37 47
		//	Fauna Europaea
38 48
		String dbms = Source.SQL_SERVER_2008;

Also available in: Unified diff