Page 1 of 1

Mydac MyDump.BackupQuery

Posted: Thu 08 Mar 2012 18:34
by penreiter
Hi,
I do not understand how to use the BackupQuery function in the way that I can store the result into a file.

How can I define the location and filename that has to be used by the function.

Thank for your support

best regards

Peter

Posted: Mon 12 Mar 2012 12:02
by AndreyZ
Hello,

You can use the TMyDump.BackupToFile method. Here is an example:

Code: Select all

MyDump.BackupToFile('C:\backup.txt');
For more information, please read the MyDAC documentation.