<?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: Prompt just for password in the SQL OLE DB Connection? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633085#M232256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo - that works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 16:54:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-29T16:54:46Z</dc:date>
    <item>
      <title>Prompt just for password in the SQL OLE DB Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633083#M232254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello QV community,&lt;/P&gt;&lt;P&gt;Question on the OLEDB connection prompt when connecting to a SQL database:&amp;nbsp; Is there a way to prompt just for the password on the OLEDB Connection prompt?&amp;nbsp; With the following statement in the Load script, every time the data reload is done, the user has to type in all the credential details such as server name, username, password etc:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Provider=SQLOLEDB.1;Persist Security Info=True]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I'm interested to know if there is a way for the QlikView file to save the last used servername and username in the dialog, but just prompt for the password.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Don't want to use the &amp;lt;include&amp;gt; statement/text file to store the passwords as there are security pitfalls with it, nor can we use the input box feature in QV to get user input, but then the password will not be masked.&amp;nbsp; So any suggestions to mask or prompt the password? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks in advance!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 16:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633083#M232254</guid>
      <dc:creator />
      <dc:date>2014-05-29T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt just for password in the SQL OLE DB Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633084#M232255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OLEDB CONNECT32 TO [Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=sisim_stat;Data Source=10.0.00.001;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 16:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633084#M232255</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-05-29T16:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt just for password in the SQL OLE DB Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633085#M232256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Massimo - that works great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 16:54:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633085#M232256</guid>
      <dc:creator />
      <dc:date>2014-05-29T16:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Prompt just for password in the SQL OLE DB Connection?</title>
      <link>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633086#M232257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo and QV community, quick follow-up question.&amp;nbsp; The above OLEDB CONNECT TO statement works great if its in a separate include file or in the load script as-is.&amp;nbsp; However if I build this connection string in a variable (see example below) and then use the variable in the OLEDB CONNECT statement, it does not work as its supposed to.&amp;nbsp; Any suggestions to use variables in it?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;ConnStr&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"[Provider=SQLOLEDB.1;Persist Security Info=False;User ID='$([SQLUserID])';Initial Catalog='$([SQLDB])';Data Source='$([SQLServer])']"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;OLEDB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;CONNECT32&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TO&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(ConnStr)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance!!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 19:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Prompt-just-for-password-in-the-SQL-OLE-DB-Connection/m-p/633086#M232257</guid>
      <dc:creator />
      <dc:date>2014-06-06T19:26:37Z</dc:date>
    </item>
  </channel>
</rss>

