<?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>Question Re: Conenction to SQLITE in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281279#M4601313</link>
    <description>&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;I guess from the screenshot that you are using SAP Business Application Studio?&lt;/P&gt;&lt;P&gt;On the right in the list of connections, click on &lt;EM&gt;"No Connections. Click here to add one"&lt;/EM&gt;. Then select "SQLite (Node native)". Insert a connection name and the path to the database file. Unfortunately the "Select File" button opens a File Dalog, where you can choose from your local disk and not from the disk of Business Application Studio. You can work around that issue by looking for the path to the SQLite DB file in the terminal and copy &amp;amp; past the path to the database file field.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1828870-sap-business-application-studio.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2020 10:13:45 GMT</pubDate>
    <dc:creator>SebastianEsch</dc:creator>
    <dc:date>2020-07-27T10:13:45Z</dc:date>
    <item>
      <title>Conenction to SQLITE</title>
      <link>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaq-p/12281278</link>
      <description>&lt;P&gt;Hello ,&lt;/P&gt;
  &lt;P&gt;I am trying to connect to SQL DB and But I can't see "Connect" Option here in SQL Tools to add a value . Do I have to install any plugins?&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1829854-sql-tools.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:29:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaq-p/12281278</guid>
      <dc:creator>Phani_Kumar</dc:creator>
      <dc:date>2020-07-27T09:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conenction to SQLITE</title>
      <link>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281279#M4601313</link>
      <description>&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;I guess from the screenshot that you are using SAP Business Application Studio?&lt;/P&gt;&lt;P&gt;On the right in the list of connections, click on &lt;EM&gt;"No Connections. Click here to add one"&lt;/EM&gt;. Then select "SQLite (Node native)". Insert a connection name and the path to the database file. Unfortunately the "Select File" button opens a File Dalog, where you can choose from your local disk and not from the disk of Business Application Studio. You can work around that issue by looking for the path to the SQLite DB file in the terminal and copy &amp;amp; past the path to the database file field.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1828870-sap-business-application-studio.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 10:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281279#M4601313</guid>
      <dc:creator>SebastianEsch</dc:creator>
      <dc:date>2020-07-27T10:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Conenction to SQLITE</title>
      <link>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281280#M4601314</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;sebastian.esch&lt;/SPAN&gt;&lt;/P&gt;Posted on&lt;P&gt;Thanks for your answer... Yes I am inside Business Stuido in my SCP Trial Version.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1829855-first.png" /&gt;&lt;/P&gt;&lt;P&gt;As I cannot add a DB File,  I tried to add through the below path to add the file path to SQLITE.DB .But Inorder to add file , I should have connections inside SQLTools. But I don't see that option. I would request you to tell me how will I get that option or how to connect to my SQLITE.DB&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1829857-second.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 10:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281280#M4601314</guid>
      <dc:creator>Phani_Kumar</dc:creator>
      <dc:date>2020-07-27T10:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Conenction to SQLITE</title>
      <link>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281281#M4601315</link>
      <description>&lt;P&gt;Hi Pawan,&lt;/P&gt;&lt;P&gt;you need to know the path of your SQLite db file in Business Application Studio. You can open a terminal in BAS and navigate to the folder, where your db file is located and type pwd, this prints the current working directory. Combine that with the file name.&lt;/P&gt;&lt;P&gt;In my screenshot it is /home/user/projects/demo for the folder and sqlite.db for the db file.&lt;/P&gt;&lt;P&gt;Then click into the Database File field in your screenshot named "first" and paste there. That's it. You have to add Connection Name as well, but then you can save the connection.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 17:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/conenction-to-sqlite/qaa-p/12281281#M4601315</guid>
      <dc:creator>SebastianEsch</dc:creator>
      <dc:date>2020-07-27T17:38:13Z</dc:date>
    </item>
  </channel>
</rss>

