Subject | Re: [firebird-support] unsuccessful metadata update key size too big for index RDB$6 |
---|---|
Author | Helen Borrie |
Post date | 2003-10-17T23:57:59Z |
At 09:00 PM 17/10/2003 +0000, you wrote:
is limited to 253 bytes, less if you are using a non-binary collation,
composite fields or a multi-byte character set.
heLen
>Any idea why I get the error (above) when I try to create the tablethis is your problem. A UNIQUE constraint creates an index. Index width
>below?
>
>CREATE TABLE jobhistory (jobnum INTEGER not null,
>id VARCHAR(255) not null UNIQUE,
is limited to 253 bytes, less if you are using a non-binary collation,
composite fields or a multi-byte character set.
heLen