Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding two fields to table programatically.
Message
 
 
À
11/06/2003 12:33:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00798999
Message ID:
00799005
Vues:
24
Raj,

Look into ALTER TABLE ... ADD COLUMN ...

HTH.

Wan

>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform