Subject Re: [IBO] List tables
Author Helen Borrie
At 03:18 PM 24/02/2003 +0100, you wrote:
>TIB_Connection.SchemaCache.Tablenames is one property you could use.
or, if you are not using a schemacache,

select rdb$relation_name for rdb$relations
where rdb$relation_name not starting with 'RDB$'

H.