Subject Re: [IBO] How to retrieve the table list and stored procedure list of a database.
Author Svein Erling Tysvær
The SchemaCache has some similar methods. I know it is available through
TIB_Connection, but maybe through other components as well.

Set

>With BDE I was able to retrieve the list of table and stored procedure
>using "Session.GetTableNames" and "Session.GetStoredProcNames".