Subject RE: [firebird-support] Firebird 30 char fieldname limit?
Author Helen Borrie
At 04:08 PM 17/02/2004 +1100, you wrote:
> > G'day,
> >
> > Is there a way to get more than 30 characters in the fieldname
> > returned from a SELECT query?
>
>I thought the limit was actually 32 - have a look in the system tables, but
>AFAIK there is no config setting - it's a system table limit to set many of
>the metadata names as varchar(32)

Char(31) actually.

/hb