42434445464748495051
dbConfig = new DBConfig( dbConfigResource ); } catch( FileNotFoundException e ) { // @TODO implement error handling } this.dbConnection = new DBConnection( dbConfig ); dbConnection.openConnectionn(); initDriver( dbConfig ); }