Subject | RE: [firebird-support] Re: List all Domains |
---|---|
Author | Alan McDonald |
Post date | 2010-03-24T06:41:03Z |
>true, of course. you didn't mention that in your first message. And we can
> 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.
assume you also know the pitfalls of using DDL on a live database.
Alan
>
> Kind Regards,
>
> Robert.