Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help with Alter Table syntax
Message
De
03/12/2004 08:53:08
 
 
À
02/12/2004 15:27:00
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00966491
Message ID:
00966658
Vues:
7
Could I put the constraint the same as the column name?
lcInsertStr = "ALTER TABLE " + lcTableName + " ADD CONSTRAINT Studnt_id_ PRIMARY KEY (Studnt_Id_)"
>Try
lcInsertStr = "ALTER TABLE " + lcTableName + " ADD CONSTRAINT Table_PK PRIMARY KEY (Studnt_Id_)"
HTH
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform