> From: Michael Babcock <[EMAIL PROTECTED]>
> Date: Thu, August 03, 2006 8:10 am
> To: [email protected]
> 
> Is it possible to write a stored proc to return multiple cursors to a 
> VFP call?  I've only returned one always in my past dealings with SS.

I think that you only catch the last one?  In VFP it's named, and it's
not an ado type of object.

so do something as simple as this in an sp and call it. 

Select count(custid), State from customers 
group by state 
order by count(custid) desc

select custid, custName where custName like 'A%'
order by 2

What do you see, the counts or the A's?





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to