Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why they do that?
Message
De
02/08/1999 16:08:17
 
 
À
02/08/1999 15:21:39
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
00248964
Message ID:
00248991
Vues:
16
>Hi, would you please tell what is the following command, and what it do?
>
>=SQLEXEC(handleid, ALLTRIM(tlblookup.xxxxxx), "myview")
>
>thank you!

SQLEXEC() is Visual FoxPro command that use SQL PassThrough to submit a query to a remote data source. In this case, the query is stored in tlblookup.xxxxxx. When the results of the query are returned to VFP, the result set will be stored in a VFP cursor called 'myview'.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform