Is it possible to pass a VFP 9 object as a parameter to a SQL Server 
stored procedure?

The idea is something like this:

select mycursor
scatter name oMyCursor

cCmd = [exec sp_mysp oMyCursor]

SQLExec(nHandle,cCmd)

and get the SQL Server SP process all fields from the VFP cursor passed 
inside the object thus generated?

If so, how would the SP look like ?

Rafael Copquin



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/4e088a34.7080...@fibertel.com.ar
** 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