Subject Re: [firebird-support] Possible values for RDB$FIELD_TYPE from RDB$FIELDS table
Author Helen Borrie
At 06:24 PM 27/07/2005 -0400, you wrote:
>Daniel Albuschat wrote:
> > Hello there,
> >
> > there's a list of field types in the language reference (page 196),
> > but this list seems a bit outdated and/or incomplete.
> >
>RDB$TYPES table should have all the translations.

Hmm, well, it's true that it has *something* but it doesn't necessarily
display information that's useful to designers:

"RDB$TYPE","RDB$TYPE_NAME"
14,"TEXT "
7,"SHORT "
8,"LONG "
9,"QUAD "
10,"FLOAT "
27,"DOUBLE "
35,"TIMESTAMP "
37,"VARYING "
261,"BLOB "
40,"CSTRING "
45,"BLOB_ID "
12,"DATE "
13,"TIME "
16,"INT64 "

./heLen