Connecting to OLEDB

Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-05-16 12:13 PM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-05-16 03:49 PM
Hi Ramesh,
Not sure about the error but have you tried SQLConnection instead? There is a Blue prism VBO, ""Data - SQL Server"".
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
17-04-17 06:09 PM
Hello Ramesh!
Did you solve your problem witj opening file?
I have similar problem
if you solve this task, please give me your advice...
