I have a collection which has 500 rows and want to update this data in to a table in sql . I was aware I can update row by row by looping each one is there a way I can update all the data in the collection in one go from Blue prism Process to sql table?
You can achieve this by OLEDB.
Copy the collection values into excel, create the connection string to consider excel as database and sheet as table. Then execute the query.
You can achieve this by OLEDB.
Copy the collection values into excel, create the connection string to consider excel as database and sheet as table. Then execute the query.
You can achieve this by OLEDB.
Copy the collection values into excel, create the connection string to consider excel as database and sheet as table. Then execute the query.
Hi, Could you please provide the syntax on how to copy the whole collection data to excel sheet in one go. I am able to get one row at a time to excel sheet not the whole collection data. Please suggest.
Hi, Could you please provide the syntax on how to copy the whole collection data to excel sheet in one go. I am able to get one row at a time to excel sheet not the whole collection data. Please suggest.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.