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:
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
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
Any help is great, Thanks in advance!
Dave