Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT INTO ...
Message
From
23/01/2001 18:16:13
 
 
To
23/01/2001 18:08:36
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00467632
Message ID:
00467664
Views:
11
>>Does VFP 7.0 support INSERT INTO cTable NAME loData? This would be better than GATHER NAME followed by APPEND BLANK. TIA
>
>Nope, but its not a bad Idea. I've always wanted to do this as well:
>
>
INSERT INTO myTable ;
>   SELECT * ;
>      FROM myOtherTableWithTheSameStructure
SELECT myTable
APPEND FROM myOtherTableWithTheSameStructure

-or-

APPEND FROM DBF("myOtherTableWithTheSameStructure")

if it's a cursor.


Doesn't that work for you?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform