Groups > IBM > Studio400 > Problem with generated DDL run on Server - WDSC 7




Problem with generated DDL run on Server - WDSC 7

Problem with generated DDL run on Server - WDSC 7
Fri, 30 Nov 2007 21:29:38 +010
Hallo

using the data models in wdsc 70 i want to run a generated DDL on the 
server.

the generated ddl with qualifiers checked looks like

CREATE TABLE GGSPRD0001.BEDARF_AUFTRAG (
		AUFLOESUNG DECIMAL(15 , 0) NOT NULL,
		TEIL SMALLINT NOT NULL,
		ARTIKEL DECIMAL(15 , 0) NOT NULL,
		VERSION SMALLINT NOT NULL,

	);
 
                      ALTER TABLE GGSPRD0001.BEDARF_AUFTRAG ADD 
CONSTRAINT C0981169 PRIMARY KEY (AUFLOESUNG, TEIL);

got a problem with C0981169 because there is no qualifier. the script 
running with an error.

Why ist there no qualifier with the constraint-name ?

Any help ?
Post Reply
about | contact