Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a cursor from a remote VFP stored procedure
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00952580
Message ID:
01064803
Views:
71
>>>Care to elaborate? Could you provide an example of the appropriate syntax? Your help is greatly appreciated.
>>
>>You would use SETRESULTSET() function. For example,
>>
* VFP stored procedure
>>* Code that is not shown creates a cursor MyCursor
>>...
>>* Return MyCursor
>>RETURN SETRESULTSET("MyCursor")
>
>1. That is *gold*.
>
>2. That is underdocumented and underhyped. I searched for a few hours on the web and usenet and even some in the UT didn't find this until you pointed it out. Great stuff.
>
>Thanks!

I think it's documented pretty well. See mskb #894012 and http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_foxhelp9/html/f8ce8cf6-5def-40d0-9dcb-65570d47ce92.asp
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform