Subject Re: Using rdb$fields to distinguish the diff between DECIMAL and NUMERIC
Author dkeith2
--- In firebird-support@yahoogroups.com, "dkeith2" <dkeith2@...> wrote:
...
> Is there a way to distinguish between a DECIMAL and a NUMERIC using values stored in the RDB$ tables?
...

looks like DECIMAL has an RDB$FIELD_SUB_TYPE of 2 whereas NUMBER has an RDB$FIELD_SUB_TYPE of 1.

Question answered.

David Keith