RE: Questions about constraints

2003-03-19 Thread Stephen Lee
You are trying to insert a row that contains values that already exist in the table, and there is a constraint on the table that says the values for the row(s) must be unique. Now about that column BONGID ... What are you smoking? -Original Message- Hallo, I get this

RE: Questions about constraints

2003-03-19 Thread Schauss, Peter
This message is telling you that your insert violates the primary key constraint for the table. This means that the primary key, KUNHOD_TMP1_ID, value in your inserted record already exists in the table. HTH, Peter Schauss -Original Message- Sent: Wednesday, March 19, 2003 4:16 AM To: