Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Detect Auto Incrementing Fields
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Detect Auto Incrementing Fields
Divers
Thread ID:
00938100
Message ID:
00938100
Vues:
55
I am using the following code to update a field to auto incrementing. How can I test to see if the field has already been changed so the following code doesn't get continually run?
USE Customer IN 0 EXCLUSIVE
SELECT Customer 
CALCULATE MAX(CustId) TO lnNextValue
ALTER TABLE Customer ALTER COLUMN CustId I AUTOINC NEXTVALUE lnNextValue + 1
Thanks

John
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform