Subject | Re: FireBird 2: Max length of names for tables, fields, constraints, etc |
---|---|
Author | legrand_legrand_63 |
Post date | 2006-11-21T20:38:24Z |
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
But only at creation time !
You can perform SQL queries like
select * from A234567890123456789012345678901xxxx;
on table A234567890123456789012345678901
It works !!!!
Regards
PAscal