Page 1 of 1
MyDump restore error
Posted: Fri 02 Dec 2011 18:55
by Willo
Hi,
im trying to use mydump for backup / restore purposes, im able to create de sql script. But i can restore it without geting an "out of memory" error.
is there a solution for that?
im using mydac 3.55 in delphi 7
Posted: Mon 05 Dec 2011 13:23
by AndreyZ
Hello,
We have fixed several bugs with the TMyDump component since MyDAC 3.55. Please try using the latest MyDAC version 7.1.3 and check if the problem persists.
Re: MyDump restore error
Posted: Wed 15 Aug 2012 17:23
by Willo
Im using MyDac ver. 7.1.4 and the error on that application is the same.
Any sugestions?
Re: MyDump restore error
Posted: Thu 16 Aug 2012 05:32
by AndreyZ
Try using the TMyDump.BackupToFile method instead of the TMyDump.Backup method. TMyDump.BackupToFile dumps data directly to a file, when TMyDump.Backup dumps data to the TMyDump.SQL property (i.e. data is stored in the memory), which can cause the "Out of memory" error when working with huge amount of data.