Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQLExec to handle two SQLs
Message
From
20/03/2003 05:39:27
 
 
To
19/03/2003 23:50:37
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00767949
Message ID:
00767971
Views:
13
Hi Michel,

Use two similar syntax:
VFP

SELECT TOP 1 Numero,CustomerName FROM News WHERE Priority ORDER BY 1 INTO CURSOR Temp

SQL

SQLEXEC(odbc,"SELECT TOP 1 Numero,CustomerName FROM News WHERE Priority ORDER BY 1","Temp")

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform