Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alter table
Message
De
11/04/2001 17:08:04
 
 
À
11/04/2001 16:51:59
Ben Dekker
Dekker Soft & Hardware
Axel, Pays-Bas
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00494636
Message ID:
00494649
Vues:
18
As in:

cID = "NewField"

Alter table Jaar add column (cID) C(5)

will add a field called Newfield of type Character length 5

So will

Alter table Jaar add column &cID C(5)

As I said earlier, the problem is to make sure that the variable cID contains a valid field name. One that starts with a digit isn't valid.

Regards

Mike
Regards

Mike
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform