Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending data from an old program to an upgrade?
Message
 
À
23/02/1999 10:38:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00190437
Message ID:
00190442
Vues:
22
If all you're doing is field length changes, you can simply modify their database with the ALTER TABLE command:

To change MyField to length 25:
ALTER TABLE MyTable ALTER MyField C(25)

You must have the database opened exclusively.
HTH!
Mark

>My users wanted some upgrades made to a vfp EXE I coded for them. The upgrade included some field length changes in some of the tables. The tables are in a Database. Is there a way I can append the old Database to the new upgraded Database so my users can retain their old data?
"It hit an iceberg and it sank. Get over it."
Robert Ballard, dicoverer of the Titanic wreckage.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform