Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I add a field item into database(dbf) in program
Message
 
À
28/12/2000 23:30:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00457665
Message ID:
00457667
Vues:
22
>How can I add a field item into database(dbf) in programme? I am a beginning in foxpro.
>j_f@yeah.net

You can use the ALTER TABLE command, but you should make sure you have exclusive access to the table first:

USE Customer EXCLUSIVE
ALTER TABLE Customer ADD Address C(40)
Chris McCandless
Red Sky Software
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform