Subject Re: [IBO] List of table names from my database
Author Lucas Franzen
ra8009 schrieb:
> How do I get a list of table names in my datbase?

If you don't want to query the System tables -
in IBO there's an easy way:
Just use the TIB_Connection.SchemaCache.TableNames property
(TIB_StringList).

Luc.