TMyDump with Objects = doData exports data of a VIEW

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Thomas J.
Posts: 95
Joined: Mon 21 Nov 2005 12:16
Location: Germany

TMyDump with Objects = doData exports data of a VIEW

Post by Thomas J. » Mon 03 Apr 2006 12:04

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

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Wed 05 Apr 2006 07:07

We reproduced this problem and fixed it. This fix will be included in the next MyDAC build.

Post Reply