stored procedure

  1. R

    Call stored procedure using OLE DB in Blue Prism

    I am unable to call stored procedure using Blue Prism , I am able to set connection to the DB and also able to run a query using "get collection" action in OLE DB VBO. Can anyone please suggest the format for stored procedure call and how to pass parameters.
  2. S

    calling stored procedure from a BP action

    hi, I need to automate a process which calls a stored procedure and enters data to a database using Blue Prism. can anyone brief me with the process?
  3. H

    how to callStored procedure With input Parameters in Blue Prism?

    Hi all, How To call Stored Procedure WIth Input Parameters, This Stored Procedure has Update Query which i need to give few columns as mandatory in action stage i used data - SQL query(vbo) execute(action) i can give i/p(Query) "call updateStoredProcedure(column1, column2, column3)...
Top