Jacek Laskowski wrote:

Populate exception occured :
        create table category_details (catid char(10) not null,
          name varchar(80) not null, image varchar(255) null,
          descn varchar(255) null, locale char(10) not null,
          constraint pk_category_details primary key (catid, locale),
            constraint fk_category_details_1 foreign key (catid)
            references category (catid))

Somehow Derby doesn't like what Cloudscape used to. The 'null' alone is the reason. I'm customizing the SQLs.

Jacek

Reply via email to