Skip to main content
1-Visitor
December 19, 2016
Question

SQL command result

  • December 19, 2016
  • 1 reply
  • 2535 views

How can I write something in the result parameter, using mssql and a SQL command.
When I try:
SET [[result]] = 2;
I get:
result

-1

Kind regards,

Simon

1 reply

20-Turquoise
December 19, 2016

Have you set the service input to "SQL Command"? What happens when you do "SET @result=2;" ?

sdejager1-VisitorAuthor
1-Visitor
December 20, 2016

Using @result gives following error
Unable to Invoke Service TestSet on IDFoee_Enterpirse1_Site6 : Must declare the scalar variable "@result".

Declaring the variable does not help, since you are making it a local variable, not one that can be accessed from the Thingworx scope.