Home Forums Programming General Return Recordset From SP w/Parameters RE: Return Recordset From SP w/Parameters

  • First create a AdoCommandObject for the stored procedure.

    Create the parameters for SP.

    Set the values to parameters

    Use adoCommandObject.Execute method to get the recordset.