<?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: Database-help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642729#M1092488</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 2 QVW applications.&lt;/P&gt;&lt;P&gt;1. Unload the the data from different data bases and store the sane in QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Read the table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Store it in QVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) Drop the table&lt;/P&gt;&lt;P&gt;2. Read the data from QVDs in data modeling application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 13:23:12 GMT</pubDate>
    <dc:creator>PradeepReddy</dc:creator>
    <dc:date>2014-05-22T13:23:12Z</dc:date>
    <item>
      <title>Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642723#M1092482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey&lt;/P&gt;&lt;P&gt;I am Having three different databases(SQL ,Oracle, MySql) at three different locations now I want to pull data from them through qlikview. &lt;/P&gt;&lt;P&gt;I want to know how fast the data will be pulled from these three databases.What will be the&amp;nbsp; dependencies.&lt;/P&gt;&lt;P&gt;Now is it possible to pull data from three different database which are at different location at the same time from Qlikview.&lt;/P&gt;&lt;P&gt;Now when it pull data what Qlikview basically do.&lt;/P&gt;&lt;P&gt;Please Explain...............&lt;/P&gt;&lt;P&gt;Waiting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:46:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642723#M1092482</guid>
      <dc:creator />
      <dc:date>2014-05-22T11:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642724#M1092483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 3 different ODBC connections (conn1, conn2, conn3) linked to your 3 DB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the script write: ODBC CONNECT TO conn1;&lt;/P&gt;&lt;P&gt;now you can execute the select on the DB linked to conn1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same for others DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is better to load raw data from 3 DB then associate or join &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642724#M1092483</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-22T11:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642725#M1092484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I want to know how fast the data will be pulled from these three databases.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Depends on how fast your network is, what servers the data is sitting on, etc., etc. You may also want to read up on QVDs and how they're used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Now is it possible to pull data from three different database which are at different location at the same time from Qlikview.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Qlikview works sequentially, but you can set up three ODBC links to different locations to be used in your LOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Now when it pull data what Qlikview basically do.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Pulls data from a server via ODBC into tables as per your LOAD script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642725#M1092484</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-22T11:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642726#M1092485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;• Open Database Connectivity (ODBC)&lt;/P&gt;&lt;P&gt;• Object Linking and Embedding Database (OLE DB)&lt;/P&gt;&lt;P&gt;You may already know what these are, and we will not go into detail about how&lt;/P&gt;&lt;P&gt;these drivers work on the inside but, in general terms, we can think of them as&lt;/P&gt;&lt;P&gt;"query translators", which enable the communication between an application (such&lt;/P&gt;&lt;P&gt;as QlikView) and the DBMS. Since they have been in use for a long time, almost all&lt;/P&gt;&lt;P&gt;major DBMS vendors provide access via ODBC and/or OLE DB drivers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OLE DB and ODBC are the most common types of connectivity you will find&lt;/P&gt;&lt;P&gt;in corporate environments. However, there are certain data sources that cannot&lt;/P&gt;&lt;P&gt;be accessed naturally via any of these standards. For these few (but increasing)&lt;/P&gt;&lt;P&gt;scenarios, QlikView provides the ability to integrate what is called Custom Data&lt;/P&gt;&lt;P&gt;Sources, and extract data from them and manipulate it as any other source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes You can pull the data into qlikview same time,&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 11:52:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642726#M1092485</guid>
      <dc:creator>Umesh</dc:creator>
      <dc:date>2014-05-22T11:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642727#M1092486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I know at present only on connection can be active.&lt;/P&gt;&lt;P&gt;But what if in Real time Scenario to fetch the the data continously from these three databases when the development is over how the data will be pulled by the Qlikview. Will it be done manually one by one as &lt;A _jive_internal="true" data-avatarid="5689" data-externalid="" data-online="false" data-presence="null" data-userid="82367" data-username="Alexandros17" href="https://community.qlik.com/people/Alexandros17" style="font-weight: bold; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f6f6f6;"&gt;Alessandro Saccone&lt;/A&gt; told or it can be done automatically. or there is some other way. Plz Explain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 12:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642727#M1092486</guid>
      <dc:creator />
      <dc:date>2014-05-22T12:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642728#M1092487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to load data in actual realtime, you will need to set up a "Continuous Reload" schedule on your server.&amp;nbsp; Please be aware that you will need a powerful server and front end machines to cope with this as well as running QV11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is also not really 'real-time' as Qlikview is just refreshing the in-memory structure via a re-load so any large volumes of data are going to slow that refresh down and so your data will be x seconds out of sync. Note that x may be in the order of 30 / 60 seconds or more, depending on your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 12:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642728#M1092487</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-05-22T12:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Database-help</title>
      <link>https://community.qlik.com/t5/QlikView/Database-help/m-p/642729#M1092488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use 2 QVW applications.&lt;/P&gt;&lt;P&gt;1. Unload the the data from different data bases and store the sane in QVD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; a) Read the table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; b) Store it in QVD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; c) Drop the table&lt;/P&gt;&lt;P&gt;2. Read the data from QVDs in data modeling application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 13:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Database-help/m-p/642729#M1092488</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2014-05-22T13:23:12Z</dc:date>
    </item>
  </channel>
</rss>

