Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Helps Files
Message
 
 
À
27/10/2003 09:48:02
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Titre:
Divers
Thread ID:
00842926
Message ID:
00842934
Vues:
17
This message has been marked as the solution to the initial question of the thread.
>Does any have help files for FoxPro 2.0 for DOS? I am trying to use an alter table command listed below but I am getting an invalid command. It works in later versions.
>
> Alter Table (strtemptable) Add Column strbarcode c(13) NULL

FoxPro 2.x doesn't have ALTER TABLE command. To add a column you've to create a temp table with new field added, append data from the old table, delete old table and rename temp table back to the old name.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform