Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into select from.
Message
From
28/01/2002 13:45:30
Walter Meester
HoogkarspelNetherlands
 
 
To
28/01/2002 13:37:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00611753
Message ID:
00611756
Views:
13
William,

>I work with SQL server and Fox. Does Fox allow the following Insert Select statement?

No it does not. However you might workarround the problem with:
SELECT ... FROM ... INTO CURSOR X
SELECT Y
APPEND FROM (DBF("x"))
Walter,
Previous
Reply
Map
View

Click here to load this message in the networking platform