<?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: Launch application_info before sql Query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080507#M636550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thanks for the fast reply&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what you suggested and inserted the sql execute before the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execute statement throws this error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="app_info_error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121029_app_info_error.jpg" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The query is still executed correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will check if is it a true syntax error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 09:58:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-08T09:58:59Z</dc:date>
    <item>
      <title>Launch application_info before sql Query</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080505#M636548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a script that need to execute this piece of sql code before performing the select via odbc to the database:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BEGIN&lt;/P&gt;&lt;P&gt; dbms_application_info.set_client_info (151);&lt;/P&gt;&lt;P&gt; END;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this operation is not performed the select wont pick all the data in the table. I searched the community but could not find any information related to this kind of issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;Juan Pedro &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080505#M636548</guid>
      <dc:creator />
      <dc:date>2016-04-08T09:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Launch application_info before sql Query</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080506#M636549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps like this:&lt;/P&gt;&lt;P&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;SQL EXECUTE dbms_application_info.set_client_info (151);&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;SQL SELECT ... FROM etc...';&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;But I don't really know, so perhaps you need to ask your local friendly DBA to create a proper stored procedure for you that you can call.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080506#M636549</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-08T09:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: Launch application_info before sql Query</title>
      <link>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080507#M636550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello and thanks for the fast reply&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried what you suggested and inserted the sql execute before the select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The execute statement throws this error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="app_info_error.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121029_app_info_error.jpg" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;The query is still executed correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will check if is it a true syntax error &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 09:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Launch-application-info-before-sql-Query/m-p/1080507#M636550</guid>
      <dc:creator />
      <dc:date>2016-04-08T09:58:59Z</dc:date>
    </item>
  </channel>
</rss>

