Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any problem with autoinc int as free table pks?
Message
De
21/01/2009 13:29:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Any problem with autoinc int as free table pks?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01375975
Message ID:
01375975
Vues:
56
Hi,

I need to decide what to use as PKs for some new free tables. As an example one case involves three tables: Groups, Group-Dates, and Group-Date-Members. The alternatives considered are:

1. Use multiple fields as index. In some cases it seems natural because the fields involved have known values. It seems that it would be more difficult to write generic code in the classes.
2. Use autoincrementing integer field as PK. Is simplest but I am afraid that if at some future time the next key value is somehow altered up or down problems will follow.
3. Some other scheme to calculate integer PKs which offers the possibility of wrapping around and using index values that remain unused. It allows you to freely throw away index values before committing transactions.

What is your experience with autoincrementing integers as PKs?

TIA,

Alex
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform