Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with a primary key
Message
From
08/06/2001 15:14:27
Walter Meester
HoogkarspelNetherlands
 
 
To
08/06/2001 14:28:38
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00517080
Message ID:
00517141
Views:
27
David,

>If you want a unique, primary key, and don't need an incremented, numeric key, you can use SYS(2015) for the default value. It is faster than using a table to maintain an incremental key, and won't generate duplicates if the NextID table ever gets messed up.

Yeah, I know. Very, very nasty. And the clients can't do anything to resolve the problem if he can't change it on its inputform.

>There is a very tiny possibility that multiple users can generate a duplicate key if they both call the function at the exact same millesecond.

Not if you use a RLOCK() before increasing the value.

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform