Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Primary Key generation
Message
From
25/04/2013 03:55:13
Naeem Afzal
Syed Junaid Alam
Manama, Bahrain
 
 
To
24/04/2013 19:44:22
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
01571831
Message ID:
01571844
Views:
58
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform