Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to move data, including a general field
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00504895
Message ID:
00504999
Vues:
20
>In an app I am working on, data need to be migrated from one table, item, to another tanle, olditem, once per year. There is a general field that contains a photo of the item. There were problems with that though. Both tables are involved in many relationships, so dropping a table, selecting into and re-addidn the table could be problamatic. I need a fast method of doing this, so any help/advice will be appreciated.



When you say migrated I assume you mean backed up and not moved out of item permanently
So I offer you the following assuming the field names/datatypes are the same.
use olditem excl
if notkeepinghistory
   zap 
endif
append from item
Alek Massey
- The only stupid question is one left unasked -
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform