Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Insert into ... from select *
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01302749
Message ID:
01302754
Vues:
9
>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform