UniDAC 7.0.2
Firebird 3.0.2
C++Builder 10.2 Tokyo
If I make a backup of one big table, the event OnBackupProgress has as result for the value Percent 99 or 100% immediately.
I exepted a slowly increase of the value.
Bug ? TUniDump OnBackupProgress
Re: Bug ? TUniDump OnBackupProgress
Hello,
How big your table is?
When it is 99% or 100% the dump operation is completed, or still continues for a considerable amount of time?
I find UniDump to be quite fast. Maybe it is that OnBackupProgress is called so fast that screen update cannot be fast enough and eventually you as a user can see only last numbers.
How big your table is?
When it is 99% or 100% the dump operation is completed, or still continues for a considerable amount of time?
I find UniDump to be quite fast. Maybe it is that OnBackupProgress is called so fast that screen update cannot be fast enough and eventually you as a user can see only last numbers.
-
Frank12345
- Posts: 2
- Joined: Thu 18 May 2017 13:12
Re: Bug ? TUniDump OnBackupProgress
in the table are over 500.000 records. the value percent changes between 99% and 100% periodically.
after time the process is ready, then percent is 100%.
after time the process is ready, then percent is 100%.
Re: Bug ? TUniDump OnBackupProgress
Is it possible to share some code?
If possible a small demo project with database showing exact problem would be very helpful.
If possible a small demo project with database showing exact problem would be very helpful.
Re: Bug ? TUniDump OnBackupProgress
Thank you for the information. We have reproduced and fixed the issue. This fix will be included in the next build of UniDAC.