Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why they do that?
Message
From
02/08/1999 16:08:17
 
 
To
02/08/1999 15:21:39
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Miscellaneous
Thread ID:
00248964
Message ID:
00248991
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform