Subject Re: [IB-Architect] Next ODS change (was: System table change)
Author Charlie Caro
"Leyne, Sean" wrote:
>
> Ann,
>
> On the subject of the next ODS change, what would it take to increase
> the namespace size of the DB object from 31 to, say, 63 characters?
>

If you're interested in SQL standards compliance you may want to
consider SQL identifiers of 128 characters in length. If you want to be
able to use multi-byte character sets other than the SQL language
character set for naming SQL objects then you might want 255 or more
octets of length reserved in the system tables.

Regards,
Charlie