Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Insert into ... from select *
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01302749
Message ID:
01302754
Views:
8
>i am trying to perform a bulk insert into a table VFP with this sintax
>
>INSERT INTO tmpRecipes SELECT * FROM tmpUsage
>
>it say sintax error, why?

Because this is possible only in VFP9 :-)
In VFP 6 you should use:
SELECT tmpRecipes 
APPEND FROM (DBF([tmpUsage]))
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform