Page 1 of 1

UniDump with DDL (create statement of tables)

Posted: Fri 05 Aug 2016 06:45
by wjjw73
Hello!

Not sure if this is already possible but I need something similar to the Backup function an method to also create the DDL for the selected tables "create table statement".
If this is not possible right now I guess it would be a good enhancement of the UniDump class.
Just add one option in the TUniDump object -> "CreateStatement".. :)
Should be easy -> it could even work work BackupQuery method.
This would be perfect.

Is there another way how to get our this "create statement" for existing tables in the database??

/Werner

Re: UniDump with DDL (create statement of tables)

Posted: Mon 08 Aug 2016 09:29
by AlexP
Hello,

Since UniDAC works with various databases, and their DDL syntax is different, we can't implement DDL generating. Such functionality is present in separate server-specific DAC products.