Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding two fields to table programatically.
Message
De
11/06/2003 12:33:02
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Adding two fields to table programatically.
Divers
Thread ID:
00798999
Message ID:
00798999
Vues:
78
I want to add two field's to an existing table system.dbf

table is located at the same place where exe is.

Can you please tell me how i can add two fields:

field1 : N(6,0)

field2 : char binary (200)

********************************************
Can i use the following to do that:

Modify TABLE (mUserPath + system) add (;
field1 N(6,0),;
field2 Char bin(200))

********************************************

Thank you very much.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform