DbBean db = new DbBean();
try {
Properties properties = new Properties();
properties.load(DbBean.getResourceAsStream("cimande.properties"));
String dir = properties.getProperty("xml.dir");
db.connect();
Calendar cal = Calendar.getInstance();
IDatabaseConnection connection = new IDatabaseConnection();
String query1 = "";
String query2 = "";
String filename = "";