<?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: multiple conn strings? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873242#M1010077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load both the databases and store them in QVD files. Then, I load both QVD (which is quite fast) in the same table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Although for clearer code you may use the CONCATENATE keyword&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 May 2015 03:09:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-05-05T03:09:46Z</dc:date>
    <item>
      <title>multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873241#M1010076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am creating qvd &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am loading data from 2 different data sources for example &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;odbc to oracle;&lt;/P&gt;&lt;P&gt;odbc to sql server;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and here i have one table from odbc to oracle&amp;nbsp; connection and another from&amp;nbsp; odbc to sql server &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i go for reload it is talking last connection string only ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want this application should connect to both database and while reloading it should not give any error? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 01:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873241#M1010076</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T01:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873242#M1010077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load both the databases and store them in QVD files. Then, I load both QVD (which is quite fast) in the same table.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Although for clearer code you may use the CONCATENATE keyword&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 03:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873242#M1010077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T03:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873243#M1010078</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;You will only have one connection open at any time.&lt;/P&gt;&lt;P&gt;Connect to source A and load required tables, then connect to source B and load required tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always re-connect to source A later in the script if required for additional data loading using a new connection string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 03:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873243#M1010078</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T03:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873244#M1010079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can any one give sample script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 03:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873244#M1010079</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-05T03:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873245#M1010080</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;You can do it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection string 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Code / SQL related to tables in connection 1 here&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Connection string 2 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Code / SQL related to tables in connection 2 here&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rajesh Vaswani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 03:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873245#M1010080</guid>
      <dc:creator>rajeshvaswani77</dc:creator>
      <dc:date>2015-05-05T03:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873246#M1010081</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;try this.&lt;/P&gt;&lt;P&gt;Connection &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;odbc to oracle&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Store into QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Connection &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;odbc to sql server&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;load * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;table&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Store into QVD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Chennaiah&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 04:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873246#M1010081</guid>
      <dc:creator />
      <dc:date>2015-05-05T04:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: multiple conn strings?</title>
      <link>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873247#M1010082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot connect multiple databases at a time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connect to oracle&lt;/P&gt;&lt;P&gt; select * from tablename&lt;/P&gt;&lt;P&gt;disconnect;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;connect to sql server&lt;/P&gt;&lt;P&gt;select * from tablename&lt;/P&gt;&lt;P&gt;disconnect;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so&amp;nbsp; on....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 May 2015 06:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multiple-conn-strings/m-p/873247#M1010082</guid>
      <dc:creator />
      <dc:date>2015-05-05T06:34:33Z</dc:date>
    </item>
  </channel>
</rss>

