Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy table which is part of a database
Message
De
16/08/2000 07:39:58
Cindy Winegarden
Duke University Medical Center
Durham, Caroline du Nord, États-Unis
 
 
À
16/08/2000 03:08:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00405367
Message ID:
00405402
Vues:
32
Sn,

What you describle should work (select * from abc into table qqq DATABASE MyDatabase).

It sounds like somewhere you have a leftover qqq file messing things up, perhaps in another directory. Also, you can USE the DBC file and remove all references to the table. This will allow you to start over. (Please make a backup first!)


>i have amongst others, a table abc in my database xyz. i wish to make a copy of the table abc by:-
>
>set exclusive on
>select * from abc into table qqq
>
>but i get an error message "File qqq already exists as part of a database". table qqq does not exist in the first place.
>
>i also tried:-
>
>set data to xyz
>remove table abc
>
>before i execute the select * command but i have the same result.
>how do i accomplish my mission? ta
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform