Hi
I new in IBDAC.I used IBX in the past.
I would like replicate a table, i used for this work ibx/IBExtractExtracObject previously.
How i can get a whole table metadata information with IBDAC ? I try IBCMetadata, but ...
Thanks in advance.
IBDAC 4.1.6, Firebird 2.07, Delphi XE
Extract metadata table information
Re: Extract metadata table information
Hello.
IBDAC doesn't have such functionality that allows to extract a DDL-statement for cloning a table, like TIBExtract does.
You can leave your suggestions at our UserVoice page (http://devart.uservoice.com/forums/1046 ... e-firebird), and if there are many votes for your suggestion, we will implement it.
For the time being you should use the TIBCMetaData component to retrieve metainformation for the specified table and build an appropriate DDL-statement by yourself.
IBDAC doesn't have such functionality that allows to extract a DDL-statement for cloning a table, like TIBExtract does.
You can leave your suggestions at our UserVoice page (http://devart.uservoice.com/forums/1046 ... e-firebird), and if there are many votes for your suggestion, we will implement it.
For the time being you should use the TIBCMetaData component to retrieve metainformation for the specified table and build an appropriate DDL-statement by yourself.