<?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: Problems to update byte value in a table informix in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216834#M12673</link>
    <description>thanks for the share guys 
&lt;A href="http://johnbzu5ke.multiply.com/journal" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://semarangbisnis.info" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://johnbzu5ke.onsugar.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://stevzjsygr.tumblr.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://pulse.yahoo.com/_PRK7MW5F4XNSWSUBCUQ6L374FY/blog/articles/20535?listPage=index" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://paul2tvemi.wikispaces.com/Plastic+Surgery-Beautification-breast+reduction+pittsburgh+pa" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
    <pubDate>Thu, 18 Nov 2010 10:12:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-11-18T10:12:50Z</dc:date>
    <item>
      <title>Problems to update byte value in a table informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216831#M12670</link>
      <description>I need help ... I have to update a table with a string of type byte. Paste the string in the TMAP by the cast: Byte.valueOf (dg1651dv161sd51 ..."), but when I try to upgrade gives the following error: 
&lt;BR /&gt;Exception in component tMap_5 
&lt;BR /&gt;java.lang.NumberFormatException: For input string: "504b0304140002000800074f5a3d75465ac3b .... 
&lt;BR /&gt;The field of the table that I update is byte, so realizao cast. 
&lt;BR /&gt;I hope I can teach. Thanks.</description>
      <pubDate>Sat, 16 Nov 2024 13:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216831#M12670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to update byte value in a table informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216832#M12671</link>
      <description>Hello 
&lt;BR /&gt;There exist some chars such 'a' ,'b' in these string "504b0304140002000800074f5a3d75465ac3b ....", you must remove these rows or do some processing before convert it to byte using Byte.valueOf(String s) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 28 Oct 2010 05:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216832#M12671</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-28T05:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to update byte value in a table informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216833#M12672</link>
      <description>nice post</description>
      <pubDate>Wed, 03 Nov 2010 03:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216833#M12672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-03T03:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems to update byte value in a table informix</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216834#M12673</link>
      <description>thanks for the share guys 
&lt;A href="http://johnbzu5ke.multiply.com/journal" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://semarangbisnis.info" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://johnbzu5ke.onsugar.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://stevzjsygr.tumblr.com/" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://pulse.yahoo.com/_PRK7MW5F4XNSWSUBCUQ6L374FY/blog/articles/20535?listPage=index" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt; 
&lt;BR /&gt; 
&lt;A href="http://paul2tvemi.wikispaces.com/Plastic+Surgery-Beautification-breast+reduction+pittsburgh+pa" target="_blank" rel="nofollow noopener noreferrer"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/A&gt;</description>
      <pubDate>Thu, 18 Nov 2010 10:12:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Problems-to-update-byte-value-in-a-table-informix/m-p/2216834#M12673</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-11-18T10:12:50Z</dc:date>
    </item>
  </channel>
</rss>

