Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating History Table From Production Table
Message
From
24/08/2000 14:28:05
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00408907
Message ID:
00408914
Views:
17
>Hi:
>
>I have a free table call Schd.Dbf and I would like to make a copy of it and call it SchdHst.Dbf Could I create this from save as????

First time:

USE schd
COPY TO schdhst WITH CDX


After that:

USE schdhst
APPEND FROM schd
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform