Subject | Re: [IBO] How to retrieve the table list and stored procedure list of a database. |
---|---|
Author | Lucas Franzen |
Post date | 2002-03-07T06:02:40Z |
Mirko's schrieb:
It has the properties you need:
property TableNames : TIB_StringList
property ViewNames : TIB_StringList
property ProcedureNames: TIB_StringList
Luc.
>use the TIB_Connection.SchemaCache.
> Hi,
> With BDE I was able to retrieve the list of table and stored procedure
> using "Session.GetTableNames" and "Session.GetStoredProcNames".
> I look for the correspondent function in IBO but I don't find it,
> can somebody help me?
> Thank you
> Mirko Guidolin
It has the properties you need:
property TableNames : TIB_StringList
property ViewNames : TIB_StringList
property ProcedureNames: TIB_StringList
Luc.