Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQLExec to handle two SQLs
Message
De
20/03/2003 05:39:27
 
 
À
19/03/2003 23:50:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00767949
Message ID:
00767971
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform