01-10-2020 03:27 PM
I have a store procedure that update values into an sql server database. The store procedure return a table with the values that have been updated. In a TestStand's sequence, how can I get the output values of a store procedure ?
Thanks !
Solved! Go to Solution.
01-13-2020 01:22 PM
I was able to make it works thanks !
01-13-2020 01:31 PM - edited 01-13-2020 01:32 PM
Maybe this will help someone...
I only needed to add another data operation, with the right parameter, after executing my store procedure.
I store the store procedure's result into a variable of the same type.