@VratHimbo,
I whipped up a quick ODBC VBO that I think you'll be able to use. There's not a lot to it. As I said previously, you'll need to install the 32-bit version of the SQLite ODBC drivers , which are available
here.
The VBO exposes 4 actions:
- Open - Use this to connect to your ODBC data source.
- Close - Use this when you're done to clean up resources.
- Execute - Use this to execute a query that returns a result set (ex. SELECT * FROM Table123)
- ExecuteNonQuery - Use this to execute a query that does not return a result set (ex. INSERT INTO ....)
Also, the connection string for SQLite in this case should actually look something like this:
"DSN=SQLite3 Datasource;Database=C:\TestDB.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"
Notice the use of the DSN name instead of the driver name.
NOTE: This VBO was built in v6.8. If you're running an older version of Blue Prism (pre-v6.7 I believe) let me know and I'll get it converted. Otherwise, you might run into the issue of all the stages being stacked on top of each other in Object Studio.
Once we have some time to put together an actual users guide, we'll get this posted to the DX.
Hope this helps.
Cheers,
------------------------------
Eric Wilson
Director, Partner Integrations for Digital Exchange
Blue Prism
------------------------------