Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generating New Primary Keys
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00013582
Message ID:
00013597
Vues:
33
>Question came up on Darcy Whites listserv and thought I'd throw it around here.
>
>What is best way to generate a new primary key?
>
>I use a udf that stores the pointer, and order. Then sets the order to the primary tag, then goes bottom and increments, then returns order and pointer and returns back new key. Fairly fast udf since it doesn't do any locate etc but if anyone has better code/ideas let me know.
>
>TIA

The inheritant problem with your method is what happens if two people do an add at the same time. If you don't mind skipped values, you can use a different table to hold the keys, then FLOCK() the file, get the key, increment it, UNLOCK and return.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform