You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Delphi to develop win32 GUI application. My application use GBAK to perform backup and restore operation against Firebird database. As GBAK.EXE is a console program, I try to redirect the GBAK output to my GUI application as instructed in Microsoft KB: http://support.microsoft.com/kb/190351
I have successfully perform the redirection. However, if I backup/restore a BIG database (eg. 100MB in size), my GUI application will show "Not Responding" in windows title during the GBAK operation. As mentioned in the microsoft KB, I suspect GBAK.EXE didn't perform proper flush operation. As thus I report this issue the firebird-devel list.
Submitted by: @dyemanov
Reported by Chau Chee Yang:
I am using Delphi to develop win32 GUI application. My application use GBAK to perform backup and restore operation against Firebird database. As GBAK.EXE is a console program, I try to redirect the GBAK output to my GUI application as instructed in Microsoft KB: http://support.microsoft.com/kb/190351
I have successfully perform the redirection. However, if I backup/restore a BIG database (eg. 100MB in size), my GUI application will show "Not Responding" in windows title during the GBAK operation. As mentioned in the microsoft KB, I suspect GBAK.EXE didn't perform proper flush operation. As thus I report this issue the firebird-devel list.
Commits: 067b04f
The text was updated successfully, but these errors were encountered: