Hello,
I want to execute query which is procedure. When I use execute query activity this error occurs;
This stored procedures parameters is;
And I use this parameters in uipath like this;
Can anyone help for this error?
Thanks.
Hello,
I want to execute query which is procedure. When I use execute query activity this error occurs;
This stored procedures parameters is;
And I use this parameters in uipath like this;
Can anyone help for this error?
Thanks.
Use Execute Non Query, not Execute Query.
I tried Execute non query, but I get same error.
By the way I want to output as datatable, so I need to use Execute Query.
thank you, but it doesn’t help