Subject | Re: [IBO] List of Tables |
---|---|
Author | Daniel Rail |
Post date | 2003-04-21T20:39:42Z |
Hi,
At April 21, 2003, 16:38, nevillerichards wrote:
TIB_Connection.SchemaCache.TableNames. That property is a TStringList.
There's also the equivalent for objects in the database(i.e. Views and
Stored Procedures). You can find the information in IBO's help.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)
At April 21, 2003, 16:38, nevillerichards wrote:
> Thanks Mo,Actually, you can retrieve the table names from the property
> When I removed the couple of typographical errors, it worked fine. You
> pointed me in the right direction. I was expecting something "for free" in
> the components, but this isn't too much hassle.
TIB_Connection.SchemaCache.TableNames. That property is a TStringList.
There's also the equivalent for objects in the database(i.e. Views and
Stored Procedures). You can find the information in IBO's help.
--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)