Subject Re: [IBO] List of table names from my database
Author Sergio Zoccante
hallo!

You can have this list whit a regular SQL like:

select RDB$RELATION_NAME from RDB$RELATIONS
(all tables, also system tables)

select RDB$RELATION_NAME from RDB$RELATIONS where not RDB$RELATION_NAME starting with 'RDB$'
(only user tables )

Bye

Sergio

[Non-text portions of this message have been removed]