Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

sp_OAMethod returning recordset

Status
Not open for further replies.

shmiller

Programmer
Joined
Aug 16, 2001
Messages
103
Location
US
I have a stored proc which uses sp_OAMethod to call a VB COM object and get data back. Currently my COM object puts the data in a 2D array and returns it as a variant. In my T-SQL, I'm able to get this data as a resultset. Is there a way that I could have my COM object return a disconnected ADO recordset instead of an array variant. I have tried using a table variable, a cursor, and a sql_variant as the return parameter in the sp_OAMethod call, but none of them work. Any ideas would be appreciated.
Thanks,
Shanti
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top