<?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 Re: SQL Treibereinbindung in qlik replicate in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105942#M7054</link>
    <description>&lt;P&gt;Instead of posting a question in any language other than English you may want to use google translate or similar to reach a bigger audience.&amp;nbsp; You readers can do this, but then all would have to do it. So why please save us the trouble and take the opportunity to see if the translation looks reasonable. Here it does...&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;With Replicate, where can I find the reference to the sqlite driver that Repicate uses? Unfortunately I can't find anything about it.&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you do this you may notice that a short question like this is a bit open. It would help to indicate WHY you think you need to know this.&lt;/P&gt;
&lt;P&gt;Anyway... One tool is to go to a table, any table in designer. Select TRANSFORM and pick a columns, any column, now select "Fx" for expression. Enter "&lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;sqlite_version()&lt;/STRONG&gt;&lt;/FONT&gt;", &amp;lt;parse&amp;gt; and &amp;lt;test&amp;gt;. I get "&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;3.36.0&lt;/FONT&gt;&lt;/STRONG&gt;". Does that answer your question?&lt;/P&gt;
&lt;P&gt;In the Replicate BIN directory you'll find "&lt;STRONG&gt;System.Data.SQLite.dll&lt;/STRONG&gt;" - that's likely the driver code used.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2023 13:22:34 GMT</pubDate>
    <dc:creator>Heinvandenheuvel</dc:creator>
    <dc:date>2023-08-15T13:22:34Z</dc:date>
    <item>
      <title>SQL Treibereinbindung in qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105839#M7050</link>
      <description>&lt;P&gt;Hallo,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wo finde ich bei Replicate den Verweis, auf den sqlite-Treiber, den Repicate benutzt ? Kann dazu leider nichts finden.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 08:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105839#M7050</guid>
      <dc:creator>StefanSchmidt</dc:creator>
      <dc:date>2023-08-15T08:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Treibereinbindung in qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105889#M7051</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/227248"&gt;@StefanSchmidt&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Welcome to Qlik Community forum and thanks for reaching out here.&lt;/P&gt;
&lt;P&gt;I'm not very sure if I understood the question correctly. Regarding SQLite:&lt;/P&gt;
&lt;P&gt;1- Replicate utilizes SQLite as repository storage.&lt;/P&gt;
&lt;P&gt;2- Replicate does not provide prebuild endpoint for SQLite yet. All supported source and target endpoints can be found in &lt;A title="Supported Platforms and Endpoints" href="https://help.qlik.com/en-US/replicate/May2023/Content/Replicate/Main/Support%20Matrix/supported_platforms.htm#:~:text=Replicate%20May%202023-,Supported%20Platforms%20and%20Endpoints,Supported%20target%20endpoints,-Endpoints%20supported%20in" target="_blank" rel="noopener"&gt;Supported Platforms and Endpoints&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 09:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105889#M7051</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-08-15T09:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Treibereinbindung in qlik replicate</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105942#M7054</link>
      <description>&lt;P&gt;Instead of posting a question in any language other than English you may want to use google translate or similar to reach a bigger audience.&amp;nbsp; You readers can do this, but then all would have to do it. So why please save us the trouble and take the opportunity to see if the translation looks reasonable. Here it does...&lt;/P&gt;
&lt;PRE id="tw-target-text" class="tw-data-text tw-text-large tw-ta" dir="ltr" data-placeholder="Translation"&gt;&lt;SPAN class="Y2IQFc"&gt;With Replicate, where can I find the reference to the sqlite driver that Repicate uses? Unfortunately I can't find anything about it.&lt;/SPAN&gt;&amp;nbsp;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you do this you may notice that a short question like this is a bit open. It would help to indicate WHY you think you need to know this.&lt;/P&gt;
&lt;P&gt;Anyway... One tool is to go to a table, any table in designer. Select TRANSFORM and pick a columns, any column, now select "Fx" for expression. Enter "&lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;sqlite_version()&lt;/STRONG&gt;&lt;/FONT&gt;", &amp;lt;parse&amp;gt; and &amp;lt;test&amp;gt;. I get "&lt;STRONG&gt;&lt;FONT color="#FF00FF"&gt;3.36.0&lt;/FONT&gt;&lt;/STRONG&gt;". Does that answer your question?&lt;/P&gt;
&lt;P&gt;In the Replicate BIN directory you'll find "&lt;STRONG&gt;System.Data.SQLite.dll&lt;/STRONG&gt;" - that's likely the driver code used.&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 13:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/SQL-Treibereinbindung-in-qlik-replicate/m-p/2105942#M7054</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2023-08-15T13:22:34Z</dc:date>
    </item>
  </channel>
</rss>

