Page 1 of 1

Extract metadata table information

Posted: Fri 11 May 2012 12:40
by VICcus
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

Re: Extract metadata table information

Posted: Tue 15 May 2012 07:57
by ZEuS
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.