Subject | Constraint limitation |
---|---|
Author | Roger Pullen |
Post date | 2003-01-03T12:09:07Z |
Hi
using Firebird 1 consider the following table structure
MARKING_TEXT Varchar(200) not null
COUNTRY_CODE Varchar(5) not null
ALT_TEXT Varchar(200)
Attempting to create a constraint/primary index on first 2 fields
FB complains about it being "too big" and will not allow me to do it.
Is there a limitation here?
Also - when considering european characters like umlauts etc
do I need the db to be created with a certain character set?
Regards
Roger P
[Non-text portions of this message have been removed]
using Firebird 1 consider the following table structure
MARKING_TEXT Varchar(200) not null
COUNTRY_CODE Varchar(5) not null
ALT_TEXT Varchar(200)
Attempting to create a constraint/primary index on first 2 fields
FB complains about it being "too big" and will not allow me to do it.
Is there a limitation here?
Also - when considering european characters like umlauts etc
do I need the db to be created with a certain character set?
Regards
Roger P
[Non-text portions of this message have been removed]