Subject Re: FireBird 2: Max length of names for tables, fields, constraints, etc
Author legrand_legrand_63
Yes, Firebird has a limitation for table names length
But only at creation time !

You can perform SQL queries like
select * from A234567890123456789012345678901xxxx;
on table A234567890123456789012345678901

It works !!!!

Regards
PAscal