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
MyDump restore error
-
AndreyZ
Re: MyDump restore error
Im using MyDac ver. 7.1.4 and the error on that application is the same.
Any sugestions?
Any sugestions?
-
AndreyZ
Re: MyDump restore error
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.