Subject | Re: [IBO] How to retrieve the table list and stored procedure list of a database. |
---|---|
Author | Costas Droussiotis |
Post date | 2002-03-06T14:49:38Z |
Sorry, in the previous message I should include the statement for stored
procedures:
SELECT RDB$PROCEDURENAME FROM RDB$PROCEDURES
Rgds,
Costas
Mirko's wrote:
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".