Subject | Re: [IBO] List of table names from my database |
---|---|
Author | Lucas Franzen |
Post date | 2005-06-15T18:56:43Z |
ra8009 schrieb:
in IBO there's an easy way:
Just use the TIB_Connection.SchemaCache.TableNames property
(TIB_StringList).
Luc.
> 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.