cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Stored procedure with out parameters

Anonymous
Not applicable
Hi  I was trying to execute stored proc with output parameters . Is there a way to do it directly in Blueprism or do we need to do it via code stage. Please suggest Thanks  Wasif
1 REPLY 1

TomCirone
Level 6
SQL Server VBO(if that's your database) has ability to connect to database and execute code.  If it's outputting a table then use ""Get Collection"", but if it's a singular value use ""Get Text"" or ""Get Number"".  If it's a different datatype and you can't convert to text you may have to create a new page in the object and manipulate the code