as I can abort mydump.backuptofile
Mydac 7.6.12
for now I do the following
MyDump1BackupProgress
begin
ProgressBar1.Position := percent;
Application.ProcessMessages;
If abortar then
MyDump1.Objects := [];
end;
MyDump Abort
Re: MyDump Abort
Hello,
MyDump doesn't provide for breaking the backup process. For this, you can either use the code you have provided or instead of that just call the Abort method in the onBackupProgress event.
MyDump doesn't provide for breaking the backup process. For this, you can either use the code you have provided or instead of that just call the Abort method in the onBackupProgress event.
-
cybsistemas
- Posts: 118
- Joined: Mon 12 Sep 2005 17:31
- Location: Argentina
Re: MyDump Abort
The method you use, it aborts when it finishes copying the table in progress. If someone comes up with something to abort before...
Re: MyDump Abort
For the time being, there is no way to break the backup process, we will consider the possibility to such functionality in one of the next versions.