Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy a table structure
Message
 
To
28/03/2006 15:08:36
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01108563
Message ID:
01108571
Views:
12
>i want to copy the structure of my table arinv to a new table called arinv_archive
>
>thanks

Other way:
SELECT * FROM MyTable WHERE .f. TO DBF arinv_archive
But that way you can't copy index files.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform