Subject | Re: [IBO] How to retrieve the table list and stored procedure list of a database. |
---|---|
Author | Svein Erling Tysvær |
Post date | 2002-03-06T15:51:22Z |
The SchemaCache has some similar methods. I know it is available through
TIB_Connection, but maybe through other components as well.
Set
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".