Subject | Re: How to get Tables and Fields... |
---|---|
Author | mmenaz |
Post date | 2002-03-11T22:43:45Z |
First step: read Interbase Language Reference (LANGREF.PDF) for details about system tables, that contains metadata (data describing data ;).
Then scan IBO source for RDB$ constants. You will find some places in the code where there is a retrieving of metadata info.
Regards
Marco Menardi
Then scan IBO source for RDB$ constants. You will find some places in the code where there is a retrieving of metadata info.
Regards
Marco Menardi
--- In IBObjects@y..., "jraffucci" <jraffucci@y...> wrote:
> I need to be able to return table names and fields as well as field
> type information. Any help will be appriciated.