Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need help with a primary key
Message
From
08/06/2001 14:28:38
David Fluker
NGIT - Centers For Disease Control
Decatur, Georgia, United States
 
 
To
08/06/2001 13:45:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00517080
Message ID:
00517107
Views:
21
>Does anybody know of a way to automatically increment your primary key in a table being created in Visual FoxPro?
>
>My goal is to have my user "skip" the field automatically. A new number would be added to the field each time they entered new records in my other fields.
>
>Thanks,
>
>John York

John,

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. 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.

If you don't like the underscore for the first character, you can use SUBSTR(SYS(2015),2)
David.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform