<?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 Problem with Odbc for AS 400 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199274#M712668</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This my offer ...&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/6406.first.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/6406.first.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 19 Mar 2011 11:07:23 GMT</pubDate>
    <dc:creator>llauses243</dc:creator>
    <dc:date>2011-03-19T11:07:23Z</dc:date>
    <item>
      <title>Problem with Odbc for AS 400</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199270#M712664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;the command "where" doesn't work.&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;This is the code that I use :&lt;/P&gt;&lt;P&gt;&lt;I&gt;ODBC&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;B&gt;&lt;I&gt;CONNECT32&lt;/I&gt;&lt;/B&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;TO&lt;/I&gt; &lt;I&gt;&lt;/I&gt;&lt;I&gt;[AS/400 EDP]&lt;/I&gt;&lt;I&gt;;&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;Test:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;SQL&lt;/I&gt;&lt;/B&gt; &lt;I&gt;SELECT "COMPANY", "CHIU_CONT", "NUMBER"&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;FROM DIREODBC.TABLEDTA09.PPFDST02&lt;/P&gt;&lt;P style="font-style: italic"&gt;WHERE CHIU_CONT &amp;gt; "01/01/2011";&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;I have this error :&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;SQL##f - SqlState: S0022, ErrorCode: 4294967090, ErrorMsg: [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0206 - Colonna "01/01/2011" non specificata nelle tabelle.&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;The translationin of the error message :&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;I&gt;SQL##f - SqlState: S0022, ErrorCode: 4294967090, ErrorMsg: [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL0206 - Column "01/01/2011" is not specified in the tables.&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;( I have also used #01/01/2011# and not this&lt;/I&gt; &lt;I&gt;"01/01/2011").&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;Is there a solution at this problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Mar 2011 15:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199270#M712664</guid>
      <dc:creator />
      <dc:date>2011-03-04T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Problem with Odbc for AS 400</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199271#M712665</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 style="font-style: italic; font-weight: bold"&gt;try single quotes instead of double in predicate:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;SQL&lt;/I&gt;&lt;/B&gt; &lt;I&gt;SELECT "COMPANY", "CHIU_CONT", "NUMBER"&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;FROM DIREODBC.TABLEDTA09.PPFDST02&lt;/P&gt;&lt;P style="font-style: italic"&gt;WHERE CHIU_CONT &amp;gt; '01/01/2011';&lt;/P&gt;&lt;P&gt;kr,&lt;/P&gt;&lt;P style="font-style: italic"&gt;JA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199271#M712665</guid>
      <dc:creator />
      <dc:date>2011-03-08T21:02:43Z</dc:date>
    </item>
    <item>
      <title>Problem with Odbc for AS 400</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199272#M712666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is my offer ...&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;I&gt;SQL&lt;/I&gt;&lt;/B&gt; &lt;I&gt;SELECT "COMPANY", "CHIU_CONT", "NUMBER" NON&lt;/I&gt;&lt;/P&gt;&lt;P style="font-style: italic"&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;&lt;B&gt;&lt;I&gt;SQL&lt;/I&gt;&lt;/B&gt;&lt;/I&gt; &lt;I&gt;SELECT COMPANY, CHIU_CONT, NUMBER YES&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;Good luck, Luis.&lt;/I&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2011 21:56:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199272#M712666</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-03-08T21:56:17Z</dc:date>
    </item>
    <item>
      <title>Problem with Odbc for AS 400</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199273#M712667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is ok.&lt;/P&gt;&lt;P&gt;Now it works in correct way :&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO [AS/400 EDP];&lt;/P&gt;&lt;P&gt;LOAD COMPANY, CHIU_CONT, NUMBER;&lt;/P&gt;&lt;P&gt;SQL SELECT COMPANY, CHIU_CONT, NUMBER&lt;/P&gt;&lt;P&gt;FROM DIREODBC.TABLEDTA09.PPFDST02&lt;/P&gt;&lt;P&gt;WHERE CHIU_CONT &amp;gt; "01/01/2011";&lt;/P&gt;&lt;P&gt;But I am not able to add the option &lt;STRONG&gt;"TOP".&lt;/STRONG&gt; Do you have some idea to resove the problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Mar 2011 21:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199273#M712667</guid>
      <dc:creator />
      <dc:date>2011-03-18T21:24:19Z</dc:date>
    </item>
    <item>
      <title>Problem with Odbc for AS 400</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199274#M712668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This my offer ...&lt;/P&gt;&lt;P&gt;Good luck, Luis&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/27/6406.first.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/27/6406.first.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 19 Mar 2011 11:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-Odbc-for-AS-400/m-p/199274#M712668</guid>
      <dc:creator>llauses243</dc:creator>
      <dc:date>2011-03-19T11:07:23Z</dc:date>
    </item>
  </channel>
</rss>

