4142434445464748495051
conex = new ConnectionDB("", "", args[0], "", ""); conex.connectSQLite(); break; case FIREBIRD: conex = new ConnectionDBFirebird(args); conex.connectFirebird(); break; } return conex; }