Subject | Re: Capture the output of GBAK console process and display on your GUI applicati |
---|---|
Author | Chau Chee Yang |
Post date | 2007-12-11T00:49Z |
> > Try restore database with 50-60M where some tables has more than 200kfrom
> > rows and you will notice what we have experienced here.
>
> I suppose that in this case I could periodically flush oldest lines
> the TMemo if it grows too much to avoid an "Out of memory" error. IsNo. Flushing on TMemo has nothing to do with this. If we are running
> this what you mean?
our application on Win2k and above, TMemo can hold more than 64k data.
The out of memory error will not occurs in this case.
As written in Microsoft Knowledge base article
(http://support.microsoft.com/kb/190351). The flushing operation must
be done in client process, in this case, GBAK.exe.