<?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 OLEDB Connection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257276#M97266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question regarding the OLEDB Connection. We are using SVN as a version contol and we want to control all our scripts. But when we are commiting files to the SVN we want to exclude passwords related text in the connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is if there is a way where I can put the whole "OLEDB CONNECT TO..." in a file stored locally on my computer and in someway include that file in the Qlikview script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank ahead!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Oct 2011 14:59:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-18T14:59:09Z</dc:date>
    <item>
      <title>OLEDB Connection</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257276#M97266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a question regarding the OLEDB Connection. We are using SVN as a version contol and we want to control all our scripts. But when we are commiting files to the SVN we want to exclude passwords related text in the connection string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my question is if there is a way where I can put the whole "OLEDB CONNECT TO..." in a file stored locally on my computer and in someway include that file in the Qlikview script?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank ahead!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 14:59:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257276#M97266</guid>
      <dc:creator />
      <dc:date>2011-10-18T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257277#M97267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;&amp;nbsp; yes it is possible you can store your connection into the file&amp;nbsp; and call the file using the include&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;$(&lt;SPAN class="Bold"&gt;&lt;A name="kanchor1070"&gt;&lt;/A&gt;Include&lt;A name="kanchor1071"&gt;&lt;/A&gt;&lt;A name="Include"&gt;&lt;/A&gt;&lt;/SPAN&gt; = &lt;SPAN style="font-style: italic;"&gt;filename&lt;/SPAN&gt; )&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257277#M97267</guid>
      <dc:creator />
      <dc:date>2011-10-18T15:08:33Z</dc:date>
    </item>
    <item>
      <title>OLEDB Connection</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257278#M97268</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;Sorry, that didnt work. I've tried to set up a connection with the database connect button and typed in all required fields and try the connection, that works. But if I copy the connection string and store it in a file and include it in the script as: $(Include=..\common_scripts\connect_to_db.txt); it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there another solution?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257278#M97268</guid>
      <dc:creator />
      <dc:date>2011-10-18T15:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: OLEDB Connection</title>
      <link>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257279#M97269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;Best option is to use the Include Syntax. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;You can refer the below link &lt;A _jive_internal="true" href="https://community.qlik.com/message/114699#114699"&gt;http://community.qlik.com/message/114699#114699&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: trebuchet ms,geneva;"&gt;I am using include statement for quite long time and it is working fine.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2011 15:25:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/OLEDB-Connection/m-p/257279#M97269</guid>
      <dc:creator />
      <dc:date>2011-10-18T15:25:56Z</dc:date>
    </item>
  </channel>
</rss>

