Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to generate key field values
Message
From
23/07/1998 10:07:03
Mandy Mccord
Public Interest Breakthroughs, Inc.
Albany, New York, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Best way to generate key field values
Miscellaneous
Thread ID:
00120429
Message ID:
00120429
Views:
59
Just curious what folks think out there regarding what's the best way to generate key field values when adding new records to tables.

When my users click the ADD button, I've been running code to use the table in the key field order, go bottom, find the last value and add 1 to it for the new record's key field value.

It seems to be working fine, though I realized I had to play with my SET DELETED ON/OFF commands so my next value was unique and not the same as a deleted record's.

I know some folks keep separate tables to track the next available key value for their tables. I'm assuming it looks like a 2 field table, one for the table's name, one for the next value. You'd then check there for the next value you want to assign.

Any way better than any other??

MTIA!!

Mandy
Next
Reply
Map
View

Click here to load this message in the networking platform