<?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 odbc read failed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595113#M678799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My friends, &lt;/P&gt;&lt;P&gt;when creating the script below, an error is displayed on the screen, accusing odbc error in reading. &lt;/P&gt;&lt;P&gt;Can anyone help me? &lt;/P&gt;&lt;P&gt;Hugs.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13992933586496717" jivemacro_uid="_13992933586496717"&gt;
&lt;P&gt;HOMOLOGREPORT:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;DATA AS [Data],&lt;/P&gt;
&lt;P&gt;CONSULTOR AS [Consultor],&lt;/P&gt;
&lt;P&gt;CLIENTE AS [Código do Cliente],&lt;/P&gt;
&lt;P&gt;NOME_CLI AS [Nome do Cliente],&lt;/P&gt;
&lt;P&gt;PROD_HOM AS [Produto Homologado],&lt;/P&gt;
&lt;P&gt;PROD_ESTR1 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROD_ESTR2 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROD_ESTR3 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROXIMO_PASSO AS [Próximo Passo],&lt;/P&gt;
&lt;P&gt;STATUS_VISITA AS [Status da Visita],&lt;/P&gt;
&lt;P&gt;RESPONSAVEL AS [Responsável],&lt;/P&gt;
&lt;P&gt;DESCRICAO AS [Descrição];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SELECT &lt;/P&gt;
&lt;P&gt;DATA,&lt;/P&gt;
&lt;P&gt;CONSULTOR,&lt;/P&gt;
&lt;P&gt;CLIENTE,&lt;/P&gt;
&lt;P&gt;NOME_CLI,&lt;/P&gt;
&lt;P&gt;PROD_HOM,&lt;/P&gt;
&lt;P&gt;PROD_ESTR1,&lt;/P&gt;
&lt;P&gt;PROD_ESTR2,&lt;/P&gt;
&lt;P&gt;PROD_ESTR3,&lt;/P&gt;
&lt;P&gt;PROXIMO_PASSO,&lt;/P&gt;
&lt;P&gt;STATUS_VISITA,&lt;/P&gt;
&lt;P&gt;RESPONSAVEL,&lt;/P&gt;
&lt;P&gt;DESCRICAO&lt;/P&gt;
&lt;P&gt;FROM HOMOLOGREPORT;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE HOMOLOGREPORT INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE HOMOLOGREPORT;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2014 12:38:45 GMT</pubDate>
    <dc:creator>matfurrier</dc:creator>
    <dc:date>2014-05-05T12:38:45Z</dc:date>
    <item>
      <title>odbc read failed</title>
      <link>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595113#M678799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My friends, &lt;/P&gt;&lt;P&gt;when creating the script below, an error is displayed on the screen, accusing odbc error in reading. &lt;/P&gt;&lt;P&gt;Can anyone help me? &lt;/P&gt;&lt;P&gt;Hugs.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13992933586496717" jivemacro_uid="_13992933586496717"&gt;
&lt;P&gt;HOMOLOGREPORT:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;DATA AS [Data],&lt;/P&gt;
&lt;P&gt;CONSULTOR AS [Consultor],&lt;/P&gt;
&lt;P&gt;CLIENTE AS [Código do Cliente],&lt;/P&gt;
&lt;P&gt;NOME_CLI AS [Nome do Cliente],&lt;/P&gt;
&lt;P&gt;PROD_HOM AS [Produto Homologado],&lt;/P&gt;
&lt;P&gt;PROD_ESTR1 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROD_ESTR2 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROD_ESTR3 AS [Produto Estratégico],&lt;/P&gt;
&lt;P&gt;PROXIMO_PASSO AS [Próximo Passo],&lt;/P&gt;
&lt;P&gt;STATUS_VISITA AS [Status da Visita],&lt;/P&gt;
&lt;P&gt;RESPONSAVEL AS [Responsável],&lt;/P&gt;
&lt;P&gt;DESCRICAO AS [Descrição];&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;SELECT &lt;/P&gt;
&lt;P&gt;DATA,&lt;/P&gt;
&lt;P&gt;CONSULTOR,&lt;/P&gt;
&lt;P&gt;CLIENTE,&lt;/P&gt;
&lt;P&gt;NOME_CLI,&lt;/P&gt;
&lt;P&gt;PROD_HOM,&lt;/P&gt;
&lt;P&gt;PROD_ESTR1,&lt;/P&gt;
&lt;P&gt;PROD_ESTR2,&lt;/P&gt;
&lt;P&gt;PROD_ESTR3,&lt;/P&gt;
&lt;P&gt;PROXIMO_PASSO,&lt;/P&gt;
&lt;P&gt;STATUS_VISITA,&lt;/P&gt;
&lt;P&gt;RESPONSAVEL,&lt;/P&gt;
&lt;P&gt;DESCRICAO&lt;/P&gt;
&lt;P&gt;FROM HOMOLOGREPORT;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;STORE HOMOLOGREPORT INTO &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;
&lt;P&gt;DROP TABLE HOMOLOGREPORT;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 12:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595113#M678799</guid>
      <dc:creator>matfurrier</dc:creator>
      <dc:date>2014-05-05T12:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: odbc read failed</title>
      <link>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595114#M678800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is that you cannot have 3 fields with the same name in the same table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL class="dp-sql" start="1" style="font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; list-style-position: initial; list-style-image: initial; color: #5c5c5c; margin-bottom: 1px !important; margin-left: 45px !important;"&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;PROD_ESTR1 &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; [Produto Estratégico],&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;PROD_ESTR2 &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; [Produto Estratégico],&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: black; background-color: inherit; font-size: 9pt !important;"&gt;PROD_ESTR3 &lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; color: #006699; background-color: inherit; font-size: 9pt !important;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; background-color: inherit; font-size: 9pt !important;"&gt; [Produto Estratégico],&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 12:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595114#M678800</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-05-05T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: odbc read failed</title>
      <link>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595115#M678801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect !&lt;/P&gt;&lt;P&gt;Hugs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2014 13:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/odbc-read-failed/m-p/595115#M678801</guid>
      <dc:creator>matfurrier</dc:creator>
      <dc:date>2014-05-05T13:02:14Z</dc:date>
    </item>
  </channel>
</rss>

