*/
public void cleanTable() throws Exception {
JDBCPersistentMap map
= new JDBCPersistentMap(null, "Danet","DefaultPersistenceMap");
map.setConnection(con);
map.store(); // Clear DB table
map.put("HSc", "Holger Schl�ter");
map.put("MSc", "Matthias Schirm");
map.put("ML", "Dr. Michael Lipp");
map.put("GB", "Gunnar von de Beck");
map.put("INT", new Integer(1307));