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 03:08:57
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Copy table which is part of a database
Miscellaneous
Thread ID:
00405367
Message ID:
00405367
Views:
64
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
Next
Reply
Map
View

Click here to load this message in the networking platform