<?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 qlik cloud mariadb in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824355#M9385</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to connect a Mariadb instance to Qlik cloud. How would this work exactly as I did not see a Mariadb connector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 18:22:46 GMT</pubDate>
    <dc:creator>tal32123</dc:creator>
    <dc:date>2021-12-15T18:22:46Z</dc:date>
    <item>
      <title>qlik cloud mariadb</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824355#M9385</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to connect a Mariadb instance to Qlik cloud. How would this work exactly as I did not see a Mariadb connector.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 18:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824355#M9385</guid>
      <dc:creator>tal32123</dc:creator>
      <dc:date>2021-12-15T18:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: qlik cloud mariadb</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824392#M9386</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/117521"&gt;@TA&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;As there isn't a specific connector for MariaDB, there are 2 suggested workarounds&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;1. The reload can be performed if the script is added manually and in case that the fields that we need to load from MariaDB are known.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;LIB CONNECT TO 'mariadbdsn (domain_qvservice)';&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;LOAD `emp_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `dept_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `from_date`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `to_date`;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;SQL SELECT `emp_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `dept_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `from_date`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `to_date`&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;FROM employees.`current_dept_emp`;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;LOAD `dept_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `dept_name`;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;SQL SELECT `dept_no`,&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; `dept_name`&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM employees.departments;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;2. Another workaround is to use the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;open source Mariadb connector (&lt;A href="https://downloads.mariadb.com/Connectors/odbc/latest/" target="_blank" rel="noopener nofollow noreferrer"&gt;MariaDB Connector - Latest Version&lt;/A&gt;) and install it as a DSN connector&lt;/SPAN&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 01:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824392#M9386</guid>
      <dc:creator>Vikram_Jayakumar</dc:creator>
      <dc:date>2021-07-26T01:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: qlik cloud mariadb</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824444#M9387</link>
      <description>&lt;P&gt;I do not see an option to do this in Qlik cloud&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 08:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/qlik-cloud-mariadb/m-p/1824444#M9387</guid>
      <dc:creator>tal32123</dc:creator>
      <dc:date>2021-07-26T08:38:48Z</dc:date>
    </item>
  </channel>
</rss>

