Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/pesi/FaunaEuropaeaSources.java
25 25
	
26 26
	public static Source faunEu(){
27 27
		//	Fauna Europaea
28
		//String dbms = Source.SQL_SERVER_2000;
29
		//String dbms = Source.SQL_SERVER_2005;
28
		
30 29
		String dbms = Source.SQL_SERVER_2008;
31
//		String strServer = "160.45.63.37";
32
//		String strServer = "BGBM14";               
30
           
33 31
		String strServer = "BGBM42";               // "192.168.1.36";
32
            
34 33
		String strDB = "FaunEu";
35 34
		int port = 1433;
36 35
		String userName = "WebUser";

Also available in: Unified diff