Subject | Re: List all Domains |
---|---|
Author | robert.gilland |
Post date | 2010-03-24T02:26:22Z |
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.
SELECT *
FROM RDB$FIELDS
WHERE( RDB$SYSTEM_FLAG = 0 )
Admin tools are useless when you need to get information programatically.
Kind Regards,
Robert.