Subject Re: How to get field info field type like char, varchar; field size, field name, ..
Author Adam
--- In firebird-support@yahoogroups.com, "opendevel11"
<opendevel11@y...> wrote:
>
> I need a way (and sql statement etc.) to get field definitions like
> field type (like char, varhcar, smallint, etc.). Please help me!
>

http://www.fbtalk.net/viewtopic.php?id=16

The best way moving forward though is to not have haphazard field types
and definitions. Fields should be planned, tables normalised and ER (or
equiv) diagrams drawn. You can use domains to standardise these.

Adam