<?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: Using Sqlite with Application Studio in SAP Learning Q&amp;A</title>
    <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284526#M690</link>
    <description>&lt;P&gt;Thanks to Ancutas description, it's now working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; - thank you very much!&lt;/P&gt;&lt;P&gt;I changed the package.json as follows and ran npm install, cds build and cds deploy.&lt;/P&gt;&lt;P&gt;cds watch does the magic in the background.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markus77_1-1693929437574.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43295i6ED5D8A94C3B5610/image-dimensions/283x435?v=v2" alt="Markus77_1-1693929437574.png" title="Markus77_1-1693929437574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After marking the relevant data-columns, the tables are reproduced in the fiori preview:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markus77_0-1693928546063.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43290i88241FB53966D7CE/image-size/medium?v=v2&amp;amp;px=400" alt="Markus77_0-1693928546063.png" title="Markus77_0-1693928546063.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Sep 2023 16:05:34 GMT</pubDate>
    <dc:creator>Markus77</dc:creator>
    <dc:date>2023-09-05T16:05:34Z</dc:date>
    <item>
      <title>Using Sqlite with Application Studio</title>
      <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaq-p/282463</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;Hello, I am on the learning journey "Develop Applications Running on SAP BTP Using SAP HANA Cloud"&lt;STRONG&gt;.&lt;/STRONG&gt; Using the Application studio with Sqlite to start with and have imported the data sets given. Everything seems to be working alright (npm install, cds build and deploy ...) but w&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;hen running the application and switching to the web preview no data are shown but only the first ID-column of the data sets and all other data are "null". Could the problem be related to the Sqlite version 3 or earlier? Help much appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 09:11:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaq-p/282463</guid>
      <dc:creator>Markus77</dc:creator>
      <dc:date>2023-08-28T09:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sqlite with Application Studio</title>
      <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/283883#M684</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/159054"&gt;@Markus77&lt;/a&gt;&lt;BR /&gt;I informed the subject matter experts they will look into this.&lt;/P&gt;&lt;P&gt;Kind regards&lt;BR /&gt;Margit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 11:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/283883#M684</guid>
      <dc:creator>Margit_Wagner</dc:creator>
      <dc:date>2023-09-01T11:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sqlite with Application Studio</title>
      <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284385#M688</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;,It should, this is not related to the Sqlite version. In your package.json you should have: "devDependencies": { "sqlite3": "^5.0.2" }, where&amp;nbsp;&lt;SPAN&gt;^ - means taking the latest version of sqlite. The steps for testing it locally are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1. npm install or npm update&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2. cds build&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. cds deploy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;4. cds watch:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. Open the localhost, go to Fiori preview:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;6: If you can't see the fields, please navigate to Settings and add all the columns you want to see.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN&gt;Hope this helps, if not please let me know.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Ancuta&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-05 at 12.35.51.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43245iBBB9FE0A0C569BDB/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2023-09-05 at 12.35.51.png" title="Screenshot 2023-09-05 at 12.35.51.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-05 at 12.32.50.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43244iEC0FDBFE5F6C7E81/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2023-09-05 at 12.32.50.png" title="Screenshot 2023-09-05 at 12.32.50.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-09-05 at 12.37.26.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43247iAD9B5A0EBB795C53/image-size/large?v=v2&amp;amp;px=999" alt="Screenshot 2023-09-05 at 12.37.26.png" title="Screenshot 2023-09-05 at 12.37.26.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/159054"&gt;@Markus77&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 09:40:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284385#M688</guid>
      <dc:creator>ancutamezi</dc:creator>
      <dc:date>2023-09-05T09:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sqlite with Application Studio</title>
      <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284429#M689</link>
      <description>Hi Ancuta, thank you very much! I will try and give you feed-back.</description>
      <pubDate>Tue, 05 Sep 2023 11:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284429#M689</guid>
      <dc:creator>Markus77</dc:creator>
      <dc:date>2023-09-05T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using Sqlite with Application Studio</title>
      <link>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284526#M690</link>
      <description>&lt;P&gt;Thanks to Ancutas description, it's now working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; - thank you very much!&lt;/P&gt;&lt;P&gt;I changed the package.json as follows and ran npm install, cds build and cds deploy.&lt;/P&gt;&lt;P&gt;cds watch does the magic in the background.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markus77_1-1693929437574.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43295i6ED5D8A94C3B5610/image-dimensions/283x435?v=v2" alt="Markus77_1-1693929437574.png" title="Markus77_1-1693929437574.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;After marking the relevant data-columns, the tables are reproduced in the fiori preview:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Markus77_0-1693928546063.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/43290i88241FB53966D7CE/image-size/medium?v=v2&amp;amp;px=400" alt="Markus77_0-1693928546063.png" title="Markus77_0-1693928546063.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 16:05:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/sap-learning-q-a/using-sqlite-with-application-studio/qaa-p/284526#M690</guid>
      <dc:creator>Markus77</dc:creator>
      <dc:date>2023-09-05T16:05:34Z</dc:date>
    </item>
  </channel>
</rss>

