Subject Re: List all Domains
Author robert.gilland
Thanks in the end i came up with this:

SELECT *
FROM RDB$FIELDS
WHERE( RDB$SYSTEM_FLAG = 0 )

Admin tools are useless when you need to get information programatically.

Kind Regards,

Robert.