cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting to OLEDB

Anonymous
Not applicable
Hi I am trying to connect to OLEDB VBO to extract data from table. I am getting exception while opening the connection. The error says "Could Not Execute Code Stage because Exception thrown by the code stage could not use" file already in use please suggest me. I am following the below steps. .1. I am trying to connect to SQL Server installed through blue prism. In that server I have created the new data base and also created to the some table. 2. I am getting the above error while open the connection action. in that open connection VBO I have written code like " If moConnection Is Nothing Then moConnection = New OLEDBConnection(ConnectionString) moConnection.Open() End If regards Ramesh
2 REPLIES 2

Deep.Shah
Level 6
Hi Ramesh, Not sure about the error but have you tried SQLConnection instead? There is a Blue prism VBO, ""Data - SQL Server"".

EkaterinaAnufri
Level 2
Hello Ramesh! Did you solve your problem witj opening file? I have similar problem if you solve this task, please give me your advice...