Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A discussion on Remote View's vs SQL Pass Through...
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00354766
Message ID:
00356382
Views:
14
The third parameter of the SQLEXEC() function is the alias you want to give to your results, so:

=SQLEXEC(conn, "SELECT * FROM table", "Result")
SELECT Result
BROWSE




>Ok ! That I understand. But how do you display the result in VFP? Are you using remote view?
Sylvain Demers
Previous
Reply
Map
View

Click here to load this message in the networking platform