Subject | Re: [IBO] List tables |
---|---|
Author | Helen Borrie |
Post date | 2003-02-24T14:04:39Z |
At 03:18 PM 24/02/2003 +0100, you wrote:
select rdb$relation_name for rdb$relations
where rdb$relation_name not starting with 'RDB$'
H.
>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.