// create connection to the local database
 protected Connection createLocalConnection() throws SpiderDataException {
   return createConnection(conf.getDriverForLocal(), conf.getConnectionStringForLocal());
 }