Subject Re: [IBO] How to retrieve the table list and stored procedure list of a database.
Author Costas Droussiotis
Sorry, in the previous message I should include the statement for stored
procedures:

SELECT RDB$PROCEDURENAME FROM RDB$PROCEDURES

Rgds,
Costas

Mirko's wrote:
>
> Hi,
> With BDE I was able to retrieve the list of table and stored procedure
> using "Session.GetTableNames" and "Session.GetStoredProcNames".