Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to pass 2 SQL commands
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00764600
Message ID:
00764601
Vues:
38
>Does anyone know how to pass 2 SQL commands to SQL Server at the same time?
>such as : SQLEXEC(myconn,"select * from invoice","select * from sales")
>In fact, this syntax in VFP is incorrect.
>How to get the same purpose?
>Thanks.

Try
SQLEXEC(myconn,"select * from invoice; select * from sales")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform