The first feature is already implemented in TMyDump.
Is it????? I spent one day on fixing this in my project
Can you please show me how to turn on this feature? Or where can I read about it. I am using MyDAC 4.30.1.15
Please describe more detailed, what do you mean under a good support for dumping views.
If I dump a database, views are treaded as normal tables, only the data is not dumped (while I saw TBackup backups the data from the view, this should be checked too). But in the script there can be such a situation that the view definition is located before the table definition itself, so when the script executes create view statement you will get an error stating that the table does not exist.
First of all tables should be dumped and after that views.