Board index » delphi » Can not delete primary key

Can not delete primary key

I can not delete primary key. Following message come up :  Cannot delete index used by an Integrity Constraint

Vlad

 

Re:Can not delete primary key


Are you using something like

ALTER TABLE <TableName> DROP CONSTRAINT <ConstraintName>.

If not, you should be.

If you are, check all the constraints to make sure there isn't any
dependencies with other tables.

HTH,

Mrcio Barroso

Vladimir <v.obou...@claimsecure.com> escreveu nas notcias de
mensagem:3c07afcd$1_2@dnews...

Quote

> I can not delete primary key. Following message come up :  Cannot delete

index used by an Integrity Constraint
Quote

> Vlad

Other Threads