NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I get store procedure output

Solved!
Go to solution

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 !

 

 

0 Kudos
Message 1 of 3
(1,893 Views)

I was able to make it works thanks !

0 Kudos
Message 2 of 3
(1,776 Views)
Solution
Accepted by topic author MarcHetuIntelia

Maybe this will help someone...

I only needed to add another data operation, with the right parameter, after executing my store procedure.

MarcHetuIntelia_0-1578943945341.png

MarcHetuIntelia_0-1578943517017.png

I store the store procedure's result into a variable of the same type.

MarcHetuIntelia_1-1578943620197.png

Message 3 of 3
(1,773 Views)