Subject Re: Extracting Table Creation declarations
Author alex_vnru
--- In ib-support@y..., "Entrebytes S.L." <ebytes@t...> wrote:
> Indeed , i could "reconstruct" the
declaration
> from the data i can gather from the RDB$RELATIONS & friends. What i
was
> asking (And now , i see there is not) was if there is some blob
field that
> store the actual table definition , like the ones that store the
text (not
> the BLR , thank you) definition of Triggers and Procedures.

Yes, it's name is SQL script which you can get doing Extract
Metadata via any IB tool, IBWorkBench too :) And you can implement to
old and new scripts IBComparer by Boris Loboda to get third script
which will bring old to new. Look at
http://www.audit.kharkov.com/IBComparer/index.asp

Best regards, Alexander V.Nevsky.