Page 1 of 1

TMyDump with Objects = doData exports data of a VIEW

Posted: Mon 03 Apr 2006 12:04
by Thomas J.
Why does the TMyDump exports data of a view?
Is it possible to exlude views? I don't want to list all tables which has to be exported to a file. Otherwise I have to touch the TMyDump component (DmpData) and add the new tables again and again.

Her my source code

Code: Select all

    DbCon->Connected = false;
    DmpData->Objects.Empty();
    DmpData->Objects BackupToFile(file);
Thanks for your help

Posted: Wed 05 Apr 2006 07:07
by Antaeus
We reproduced this problem and fixed it. This fix will be included in the next MyDAC build.