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
Mydac MyDump.BackupQuery
-
AndreyZ
Hello,
You can use the TMyDump.BackupToFile method. Here is an example:For more information, please read the MyDAC documentation.
You can use the TMyDump.BackupToFile method. Here is an example:
Code: Select all
MyDump.BackupToFile('C:\backup.txt');