Home > database >  The original concept application problems
The original concept application problems

Time:10-05

SQLSTATE=23000,
[Microsoft] [ODBC SQL Server Driver] [SQL Server] Violation of PRIMARY KEY constraint 'PK__crkd1__id__7C8480AE: Attempt to insert the duplicate KEY in object' crkd1.

No changes made to the database.

INSERT INTO ck3_design. Crkd1 (ck_id, informs, ck_date CKRD, department, wgroup, finish, finish_man, sh, sh_man, jz, jz_man, ZGHJ, zghj_man, end_jn, end_j, writer, attention) VALUES (?,?,?,?,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? ,? )

CodePudding user response:

The database does not allow duplicate records into the key.

CodePudding user response:

This simple ah, online search will get the answer.

CodePudding user response:

I also want to know, is looking for this information ~ ~ ~ ~ ~
  • Related