Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass 2 SQL commands
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00764600
Message ID:
00764601
Views:
39
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform