Hi
I have a stored proc that returns multiple recordsets..
I am currently using the following code to move through different recordsets
set next_recordset = current_recordset.NextRecordset
this code is only working for one of my stored procs that returns 4 recordsets but it does not work for another stored proc that returns 6 recordsets...How can I move through different recordsets
I have a stored proc that returns multiple recordsets..
I am currently using the following code to move through different recordsets
set next_recordset = current_recordset.NextRecordset
this code is only working for one of my stored procs that returns 4 recordsets but it does not work for another stored proc that returns 6 recordsets...How can I move through different recordsets