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);