Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Move a table from a database to another
Message
 
À
05/05/1999 08:42:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00215284
Message ID:
00215288
Vues:
27
>How I can move a table from a database to another database without loosing its proprieties. For example captions, default values, long fields names etc.
>
>Thank in advance

You can use COPY TO filename DATABASE dbcname WITH CDX

You'll retain long names and indexes, at least...

To retain more properties, you can run gendbc and copy the table code out, then run the code on the new dbc, then copy the records...

Either way, then delete the old dbc 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