322323324325326327328329330331332
if (dc == null || !dc.bIsConnectionMade) { return; } DatabaseBackup db = new DatabaseBackup( dc.con); db.BackupDatabase(db.sTables, true); }//}}} //{{{ +_createBackupFrame(JFrame)_ : void /** * Description of the Method
338339340341342343344345346347348
if (dc == null || !dc.bIsConnectionMade) { return; } DatabaseBackup db = new DatabaseBackup( dc.con); db.BackupDatabase(db.sTables, false); }//}}} //{{{ +createMenuItems(Vector) : void /** * Description of the Method