Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Primary Key generation
Message
De
25/04/2013 03:55:13
Naeem Afzal
Syed Junaid Alam
Manama, Bahrain
 
 
À
24/04/2013 19:44:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
01571831
Message ID:
01571844
Vues:
60
Thanks for your reply. I am using the following method to generate primary key

Begin Transaction
SELECT PKTable
RLOCK()
Replace PK_Type_Field with PK_Type_Field + 1
lnNewPK = PK_Type_Field

* insert/update/etc
* first Master table with lnNewPk
* then Child table with lnNewPK

* Now Rollback / Commit

SELECT PKTable
UNLOCK
END TRANSACTION


if I use the identity column as my primary key then how can I generate my Alternate Key as the above. What is the T-SQL for above code?

TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform