Subject | Re: [IBO] How to retrieve the table list and stored procedure list of a database. |
---|---|
Author | Jason Wharton |
Post date | 2002-03-06T17:20:35Z |
Look at the Connection.SchemaCache.TableNames property. There is one similar
for stored procedures too.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
for stored procedures too.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Mirko's" <mirko.g@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Tuesday, March 05, 2002 2:55 PM
Subject: [IBO] How to retrieve the table list and stored procedure list of a
database.
> 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