Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy/Move Tables between DBCs
Message
From
12/10/1998 18:14:37
 
 
To
12/10/1998 18:03:06
Jim Underwood
Apollo Information Systems, Inc.
Houston, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00146036
Message ID:
00146039
Views:
34
Try something along the lines of the following:

USE table1
COPY STRUCTURE EXTENDED TO table1stru
CREATE table1 DATABASE myotherdbc NAME newtable1 FROM table1stru
USE newtable1
APPE FROM table1

>Is there a way to copy or move a table from one DBC to another and retain all the table info that was in the source DBC?
>
>TIA,
>jmu
Previous
Reply
Map
View

Click here to load this message in the networking platform