Two many key part specified

2003-09-04 Thread eli
Hi, I was creating tables with more or less columns with their index. When I try to created one of these tables I was sent the next message: EXCEPTION java.sql.SQLEXCEPTION:Invalid argument value, message from server Two many key part specified. Max 16 parts allowed. The query to create

Re: Two many key part specified

2003-09-04 Thread eli
On 3 Sep 2003 at 18:59, eli wrote: EXCEPTION java.sql.SQLEXCEPTION:Invalid argument value, message from server Two many key part specified. Max 16 parts allowed. [...] INDEX(ID, Field_1, Field_2,Field_3, Field_23) ) I was supossed the maximum number of index was 32. The maximum

Two many key part specified

2003-09-03 Thread eli
Hi, I was creating tables with more or less columns with their index. When I try to created one of these tables I was sent the next message: EXCEPTION java.sql.SQLEXCEPTION:Invalid argument value, message from server Two many key part specified. Max 16 parts allowed. The query to create

Re: Two many key part specified

2003-09-03 Thread Keith C. Ivey
On 3 Sep 2003 at 18:59, eli wrote: EXCEPTION java.sql.SQLEXCEPTION:Invalid argument value, message from server Two many key part specified. Max 16 parts allowed. [...] INDEX(ID, Field_1, Field_2,Field_3, Field_23) ) I was supossed the maximum number of index was 32. The maximum