}
// ask the mpq loader
if(of==null) {
if(mpqLoader==null) return null;
if(!(mpqLoader instanceof PluginRequest)) return null;
PluginRequest mpql = (PluginRequest)mpqLoader;
try {
of = mpql.requestRessource("DBFilesClient\\" + dbcname);
} catch (InvalidClassException e) {
// TODO Auto-generated catch block
e.printStackTrace();
} catch (ChunkNotFoundException e) {
// TODO Auto-generated catch block