Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy table which is part of a database
Message
From
16/08/2000 07:39:58
Cindy Winegarden
Duke University Medical Center
Durham, North Carolina, United States
 
 
To
16/08/2000 03:08:57
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00405367
Message ID:
00405402
Views:
30
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform