<?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: Inline load multiple connection string for multiple sql server, for loading data from the same s in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625655#M595701</link>
    <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;My script looks like this:&lt;/P&gt;&lt;P&gt;connections:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;par, string conection&lt;BR /&gt;1, CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=cristian.jugaru;Initial Catalog=BizPharmaFranciza;Data Source=x.x.x.x;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DESKTOP-U59F549;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is VIeZcSAJZbZGDABEQaMEXaMGAKJYH)&lt;BR /&gt;2, CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=cristian.jugaru;Initial Catalog=BizPharmaFrancizaFarmpil;Data Source=x.x.x.x;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DESKTOP-U59F549;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is KKFMVSAJZbZGDABEWKMYVXAIFBDA)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for i=0 to noofrows('connections')-1 /////row index starts at 0&lt;/P&gt;&lt;P&gt;let vConnectionString = peek('string conection',$(i),'connections');&lt;/P&gt;&lt;P&gt;load * from $( vConnectionString).table;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;and i got the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19558iDC30AF3C0E324E46/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Sep 2019 10:02:32 GMT</pubDate>
    <dc:creator>cristian</dc:creator>
    <dc:date>2019-09-19T10:02:32Z</dc:date>
    <item>
      <title>Inline load multiple connection string for multiple sql server, for loading data from the same struc</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625597#M595699</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have a list of sql servers, and i have to load data from each other, they all have the same structure, with tiny difference in default database.&lt;/P&gt;&lt;P&gt;i want to find a way, to load inline the connection or any other way, to be able to make the script parameterized scrip&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;par, string conection];&lt;/P&gt;&lt;P&gt;use conection&lt;/P&gt;&lt;P&gt;for i=1 to n&lt;/P&gt;&lt;P&gt;load * from conection{i}.table;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 07:48:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625597#M595699</guid>
      <dc:creator>cristian</dc:creator>
      <dc:date>2019-09-19T07:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load multiple connection string for multiple sql server, for loading data from the same s</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625644#M595700</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;something like this should work for you&amp;nbsp;&lt;/P&gt;&lt;P&gt;connections:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;par, string conection];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for i=0 to noofrows('connections')-1 /////row index starts at 0&amp;nbsp;&lt;/P&gt;&lt;P&gt;let vConnectionString = peek('string conection',$(i),'connections');&lt;/P&gt;&lt;P&gt;load * from $( vConnectionString).table;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 09:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625644#M595700</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2019-09-19T09:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load multiple connection string for multiple sql server, for loading data from the same s</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625655#M595701</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;My script looks like this:&lt;/P&gt;&lt;P&gt;connections:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;par, string conection&lt;BR /&gt;1, CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=cristian.jugaru;Initial Catalog=BizPharmaFranciza;Data Source=x.x.x.x;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DESKTOP-U59F549;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is VIeZcSAJZbZGDABEQaMEXaMGAKJYH)&lt;BR /&gt;2, CONNECT TO [Provider=SQLOLEDB.1;Persist Security Info=True;User ID=cristian.jugaru;Initial Catalog=BizPharmaFrancizaFarmpil;Data Source=x.x.x.x;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=DESKTOP-U59F549;Use Encryption for Data=False;Tag with column collation when possible=False] (XPassword is KKFMVSAJZbZGDABEWKMYVXAIFBDA)&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for i=0 to noofrows('connections')-1 /////row index starts at 0&lt;/P&gt;&lt;P&gt;let vConnectionString = peek('string conection',$(i),'connections');&lt;/P&gt;&lt;P&gt;load * from $( vConnectionString).table;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;and i got the following error:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/t5/image/serverpage/image-id/19558iDC30AF3C0E324E46/image-size/medium?v=1.0&amp;amp;px=-1" border="0" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 10:02:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625655#M595701</guid>
      <dc:creator>cristian</dc:creator>
      <dc:date>2019-09-19T10:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inline load multiple connection string for multiple sql server, for loading data from the same s</title>
      <link>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625718#M595702</link>
      <description>&lt;P&gt;i think that my problem is that&amp;nbsp; it does not know when the connection string is ended.&lt;/P&gt;&lt;P&gt;how can i be sure that a string is exactly what i told him , because now, i think it does not stop at the "&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 12:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Inline-load-multiple-connection-string-for-multiple-sql-server/m-p/1625718#M595702</guid>
      <dc:creator>cristian</dc:creator>
      <dc:date>2019-09-19T12:32:02Z</dc:date>
    </item>
  </channel>
</rss>

