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