<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sqlite connection in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51333#M6404</link>
    <description>Hi team,&lt;BR /&gt;i didn't found any resource to connect sqlite to blue prism for doing some querys, the first question is: is possible to do that?&lt;BR /&gt;Then, i've just tried to set a connection through Data - OLEDB - Set Connection and connection string:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;"DRIVER=SQLite3 ODBC Driver;Database=C:\BluePrismTest.sqlite3;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"&lt;BR /&gt;&lt;BR /&gt;without success. Any idea?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;andre a&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Oct 2020 09:49:00 GMT</pubDate>
    <dc:creator>VratHimbo</dc:creator>
    <dc:date>2020-10-09T09:49:00Z</dc:date>
    <item>
      <title>Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51333#M6404</link>
      <description>Hi team,&lt;BR /&gt;i didn't found any resource to connect sqlite to blue prism for doing some querys, the first question is: is possible to do that?&lt;BR /&gt;Then, i've just tried to set a connection through Data - OLEDB - Set Connection and connection string:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;"DRIVER=SQLite3 ODBC Driver;Database=C:\BluePrismTest.sqlite3;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"&lt;BR /&gt;&lt;BR /&gt;without success. Any idea?&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;andre a&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 09:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51333#M6404</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-10-09T09:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51334#M6405</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you installed an actual SQLite ODBC driver? If so, which one (&lt;A href="http://www.ch-werner.de/sqliteodbc/" target="_blank" rel="noopener"&gt;Ex1&lt;/A&gt;, &lt;A href="https://www.devart.com/odbc/sqlite/" target="_blank" rel="noopener"&gt;Ex2&lt;/A&gt;, ...)? Do you require the use of ODBC?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 11:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51334#M6405</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-10-09T11:39:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51335#M6406</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;like the screenshot attached sqlite3 odbc datasource. I just need to submit some query inside sqlite, unfortunately i don't know very well the difference beetwen using or not odbc.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;andre a&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 11:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51335#M6406</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-10-09T11:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51336#M6407</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;There are a few things working against you here I think. First, I don't think the OLEDB provider will be able to work with this ODBC connection. I think you would actually need to leverage the objects in the System.Data.Odbc namespace to make this work. Furthermore, I believe you will need to install the 32-bit versions of those SQLite ODBC drivers. Blue Prism is not a fully 64-bit application. Some constituent parts are still based on 32-bit libraries. When I ran a quick test of this using the 64-bit ODBC driver referenced in your image I received an exception related to this. &lt;BR /&gt;&lt;BR /&gt;If you want to stick with ODBC, you'll have to set up your own code stages to work with the System.Data.Odbc objects as it appears we don't have an ODBC VBO on the DX. We can probably put one together, but it may take a few days to get to it. Otherwise, you might try looking at some of the other SQLite providers available on the internet. Here's a pretty decent &lt;A href="http://zetcode.com/csharp/sqlite/" target="_blank" rel="noopener"&gt;example&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 13:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51336#M6407</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-10-09T13:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51337#M6408</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;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 &lt;A href="http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe" target="_blank" rel="noopener"&gt;here&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;The VBO exposes 4 actions: &lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Open - Use this to connect to your ODBC data source.&lt;/LI&gt;
&lt;LI&gt;Close - Use this when you're done to clean up resources.&lt;/LI&gt;
&lt;LI&gt;Execute - Use this to execute a query that returns a result set (ex. SELECT * FROM Table123)&lt;/LI&gt;
&lt;LI&gt;ExecuteNonQuery - Use this to execute a query that does not return a result set (ex. INSERT INTO ....)&lt;/LI&gt;
&lt;/UL&gt;
Also, the connection string for SQLite in this case should actually look something like this:&lt;BR /&gt;&lt;CODE&gt;"DSN=SQLite3 Datasource;Database=C:\TestDB.db;LongNames=0;Timeout=1000;NoTXN=0;SyncPragma=NORMAL;StepAPI=0;"
​&lt;/CODE&gt;Notice the use of the DSN name instead of the driver name.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;NOTE:&lt;/STRONG&gt;&amp;nbsp;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.​&lt;BR /&gt;&lt;BR /&gt;Once we have some time to put together an actual users guide, we'll get this posted to the DX.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 17:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51337#M6408</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-10-09T17:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51338#M6409</link>
      <description>Hi&amp;nbsp; &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;​​thank you very much, that's just what I needed, and I really believe that it will be helpful to someone else in the future.&lt;BR /&gt;I have tested it and it works perfectly in BP 6.8; I would also need the xml for the version 6.6, if possible or have instructions on how to convert it so I can try to do it myself.&lt;BR /&gt;&lt;BR /&gt;I don't know if I can be useful to write a guide, I would be really happy to help.&lt;BR /&gt;&lt;BR /&gt;Thanks again,&lt;BR /&gt;A&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;andre a&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2020 08:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51338#M6409</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-10-12T08:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51339#M6410</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt; I've converted it and submitted it to the DX. It should be published in the next day or so.&lt;BR /&gt;&lt;BR /&gt;In the mean time you can access the VBO from &lt;A href="https://github.com/blue-prism/odbc" target="_blank" rel="noopener"&gt;GitHub&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2020 09:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51339#M6410</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-10-12T09:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51340#M6411</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;just another question for you, is possible to include sqlite3 dll in your object without installing the 32 bit driver?&lt;BR /&gt;Because i've tried but unfortunately i'm not able to read the external reference like C:\sqlite3\sqlite3.dll, i don't have any admin permission so i need to read the dll from desktop or C.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2020 09:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51340#M6411</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-11-16T09:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51341#M6412</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I'm not sure I follow. Are you able to get the 32-bit DLL installed on the system at all? If so, you can pick the installation folder from the installer script. You should require admin permissions to read/load the DLL when you run the VBO. &lt;BR /&gt;&lt;BR /&gt;From the VBO perspective, there's nothing we can do to include the VBO in the DLL.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51341#M6412</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-11-16T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51342#M6413</link>
      <description>FWIW - There is a Microsoft.Data.Sqlite library available on NuGet. It's an ADO.NET abstraction for SQLite. You might have better luck with it if ODBC continues to be an issue for you.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Nov 2020 13:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51342#M6413</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-11-16T13:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51343#M6414</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;thanks for the reply, in that case with microsoft.data.sqlite i don't need the odbc driver installed, is that correct?&lt;BR /&gt;For do that, i need to import that library on your odbc xml, the rest remains the same, is correct?&lt;BR /&gt;&lt;BR /&gt;Thanks​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vrat Himbo&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2020 08:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51343#M6414</guid>
      <dc:creator>VratHimbo</dc:creator>
      <dc:date>2020-11-17T08:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51344#M6415</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/608"&gt;@VratHimbo&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Unfortunately, it's not that simple. The Microsoft.Data.Sqlite library has its own set of required libraries. I took a quick look at it yesterday and there are several that NuGet pulled down when I compiled a test app. The only difference is that you could pull these individual DLL's yourself as opposed to having to run an install script.&lt;BR /&gt;&lt;BR /&gt;Do you have permission to copy files to the Blue Prism installation folder? You would probably have to place them in that folder to make use of them. As I think most are native code.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Partner Integrations for Digital Exchange&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Nov 2020 12:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51344#M6415</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2020-11-17T12:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51345#M6416</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;Good morning.&lt;BR /&gt;I am able to make connection to .db file using SQLite VBO. However, "Execute - Get Collection" page throws error i.e. SQL logic error no such table: &amp;lt;tablename&amp;gt; when trying to read the table in data base file. &lt;BR /&gt;Please see the code from SQLite VBO below. I am using BP version 6.4.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30064.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30195i4F20DD2FC6C6121C/image-size/large?v=v2&amp;amp;px=999" role="button" title="30064.png" alt="30064.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Could you please assist? Thank you&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Kishlay&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kishlay Singh&lt;BR /&gt;Senior Officer&lt;BR /&gt;UOB&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2022 02:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51345#M6416</guid>
      <dc:creator>uncki2</dc:creator>
      <dc:date>2022-10-10T02:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51346#M6417</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53474"&gt;@uncki2&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you tried using the test process included in the .bprelease? I'm not seeing any ​issues with &lt;STRONG&gt;Execute - Get Collection&lt;/STRONG&gt; action when I use it. The error you've shown implies that the table name you're using does not exist in the database. Are you sure you have the correct table name?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Oct 2022 15:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51346#M6417</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-10T15:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51347#M6418</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the prompt response.&lt;BR /&gt;Table name is correct as I am able to query the table after tweaking the code. Please see the code which returns data as collection from the table below:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="30074.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/30203i5D1C98820297D7D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="30074.png" alt="30074.png" /&gt;&lt;/span&gt;&lt;BR /&gt;I am just wandering why the SQLite VBO is unable to recognize the table. Please let me know if you need more info.&lt;BR /&gt;&lt;BR /&gt;Thank you so much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kishlay Singh&lt;BR /&gt;Senior Officer&lt;BR /&gt;UOB&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2022 00:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51347#M6418</guid>
      <dc:creator>uncki2</dc:creator>
      <dc:date>2022-10-11T00:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51348#M6419</link>
      <description>&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/53474"&gt;@uncki2&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I think we figured out what the issue was. There was a bug in the creation of connection strings based on just passing in the database file location. We pushed an update of the VBO to the DX yesterday.​ You might give it a try if you have time.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2022 14:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51348#M6419</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2022-10-11T14:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Sqlite connection</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51349#M6420</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thank you so much for your assistance. Updated VBO is able to read the DB file.&lt;BR /&gt;&lt;BR /&gt;Really appreciate your help. Cheers!​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kishlay Singh&lt;BR /&gt;Senior Officer&lt;BR /&gt;UOB&lt;BR /&gt;Asia/Singapore&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 11 Oct 2022 15:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sqlite-connection/m-p/51349#M6420</guid>
      <dc:creator>uncki2</dc:creator>
      <dc:date>2022-10-11T15:39:00Z</dc:date>
    </item>
  </channel>
</rss>

