Forum Discussion

DanH's avatar
DanH
Contributor
4 years ago
Solved

Checkpoints on recordsets with multiple tables

Hello,   I have a problem testing the data returned by a SQL stored procedure.   I have set up DBTables for stored procedures which return a single table with no problem; however, I need to check...
  • Marsha_R's avatar
    Marsha_R
    4 years ago

    I'd have to guess!  If it were me, I'd probably do what DanH came up with and do a DBTable for each table.  There might be a slicker way to do it but sometimes I just do the first thing that will let me move on.