Пример #1
0
  protected void testExport() {
    IDBSolution dbsolution = DBSolutionFactory.getDBSolution();

    String[] temp = tables.toArray(new String[] {});
    dbsolution.dbExport(temp, "D:\\dbsolution.xml");
  }