Subject | Re: [firebird-support] too many keys defined for index |
---|---|
Author | Helen Borrie |
Post date | 2004-02-27T00:36:25Z |
At 09:27 PM 26/02/2004 -0300, you wrote:
bytes for the 253-byte limit) but you have the wrong message file in your
setup somewhere (at server or client).
If this is character set UNICODE_FSS your character limit for indexes is
very low, about 84 characters, or less for multi-column indexes.
/heLen
>Hi,Best guess is that you do have an error (the size of the column is too many
>
>What means the following message ?
>
>---
>
>ISC ERROR CODE:335544351
>
>ISC ERROR MESSAGE:
>unsuccessful metadata update
>too many keys defined for index BSTRM_TRM
>
>Statement: CREATE INDEX BSTRM_TRM ON BSTRM (TRM)
>
>---
>
>DDL of this table:
>
>---
>
>CREATE TABLE BSTRM (
> COD INTEGER NOT NULL,
> TRM VARCHAR(128) NOT NULL);
bytes for the 253-byte limit) but you have the wrong message file in your
setup somewhere (at server or client).
If this is character set UNICODE_FSS your character limit for indexes is
very low, about 84 characters, or less for multi-column indexes.
/heLen