• Solomon Rutzky (11/13/2008)


    Alexander Kuznetsov (11/13/2008)


    How would you test the following cases:

    - my stored procedure modifies two tables and returns a result set;

    3) To test any result set, use either the "Query" or "Ordered Query" operations. It does not matter what else the Stored Procedure does.

    Take care,

    Solomon...

    IMO yes it does - how do you verify that the modifications are exactly as you expect?