Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy/Move Tables between DBCs
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00146036
Message ID:
00146167
Vues:
36
>>Is there a way to copy or move a table from one DBC to another and retain all the table info that was in the source DBC?
>Jim,
>You can retain PART of it with COPY TO < tablename > DATABASE < newdbc > WITH CDX
>
>You get your long field names and all your indexes, although the primary is changed to Candidate. Unfortunately other information (caption, default functions) don't get processed.

You can retain those, too (if you need to), by running GENDBC, copy out the part of the code that creates the table to a little separate prg, run that on the new DBC, and then do APPEND FROM the old table.
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform