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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recordset and stored procedure 1

Status
Not open for further replies.

davideart

Programmer
Apr 4, 2001
55
IT
Hi everybody.
I use to open MS SQL Tables via ADO (using the recordset object).
I'm facin' this problem: I open the recordset using a stored procedure as object source:
Code:
MyRec.Open "exec sp_spaceused",MyConn
This SP returns two different sets of record...but my recorset object only contains data from the first one.....how can I retrieve the second sets returned by the SP?
Any help is great, Thanks in advance!
Dave
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top