Subject Re: [IBO] One Object Metadata info
Author Paul Vinkenoog
Hi Clément,

> Is there a way to extract one object metadata info? For example,
> I need to extract metadata for one table, or a procedure.

Your TIB_Connection has a property SchemaCache (of type
TIB_SchemaCache) which gives access to most (all?) of the
metadata. Check out the IBO Help for details.

Alternatively, or in addition, you can query the db's system tables.
This requires more interpretation work on your side, but it's nice
to get to know that part of your database. Read "System Tables and
Views" in the Language Reference if you're interested in this.

Greetings,
Paul Vinkenoog