1
Reply

Returning a recordset from a Stored Procedure.

Abhishek Bhat

Abhishek Bhat

13y
3.9k
0
Reply

    If I have two stored procedures, say SP1 and SP2...SP2 runs within SP1...I want to return an array of records from SP2 to SP1. Are there any ways of doing this?