UniDump with DDL (create statement of tables)

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wjjw73
Posts: 22
Joined: Fri 17 Aug 2012 09:51

UniDump with DDL (create statement of tables)

Post by wjjw73 » Fri 05 Aug 2016 06:45

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

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: UniDump with DDL (create statement of tables)

Post by AlexP » Mon 08 Aug 2016 09:29

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.

Post Reply