Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verify if a field already exists in a table
Message
De
06/07/2007 12:34:23
 
 
À
06/07/2007 12:27:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01238247
Message ID:
01238252
Vues:
17
AFIELDS (laFields, "MyTable")

IF ASCAN (laFields, "MyFieldName", , , 1) = 0
   *-- Create the field here
ENDIF
HTH

>How can I verify if a field already exists in a table?...
>Need to create it if doens´t....
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform