How to read from SQL Database

Is there a way to have BluePrism read directly from SQL DB and write data to a form on third party website? Or do we have to convert the DB into XL and then use the Excel VBO?
 

sivagelli

Well-Known Member
Executing a query using Data - OLE DB or SQL server VBOs, BP gets the query output in to a Collection. Later, you can add necessary logical stages to add the data to the website.

I do not see a need to write the data to excel sheet. Good luck!
 
Top