<?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: create indexes in mysql table in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254630#M37585</link>
    <description>You probably used a tMysqlInput component to execute this statement. This component expect a query and is not designed to execute arbitary other statements.&lt;BR /&gt;Use the tMysqlRow component instead.</description>
    <pubDate>Wed, 23 Oct 2013 12:57:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-10-23T12:57:12Z</dc:date>
    <item>
      <title>create indexes in mysql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254629#M37584</link>
      <description>Hello guys,
&lt;BR /&gt;I am trying to create index for a mysql table using talend, but, so far, i couldnt figure it out.
&lt;BR /&gt;I tried to insert a query like this on tMysqlInput component:
&lt;BR /&gt;ALTER TABLE `fh_datamart`.`dim_date` 
&lt;BR /&gt;ADD INDEX `index2` (`year4` ASC) 
&lt;BR /&gt;, ADD INDEX `index3` (`month2` ASC) ;
&lt;BR /&gt;
&lt;BR /&gt;but it returns me the following error:
&lt;BR /&gt;java.sql.SQLException: Can not issue data manipulation statements with executeQuery().
&lt;BR /&gt;Can somebody help me figure out , how do to this?
&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Wed, 23 Oct 2013 11:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254629#M37584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-23T11:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: create indexes in mysql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254630#M37585</link>
      <description>You probably used a tMysqlInput component to execute this statement. This component expect a query and is not designed to execute arbitary other statements.&lt;BR /&gt;Use the tMysqlRow component instead.</description>
      <pubDate>Wed, 23 Oct 2013 12:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254630#M37585</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-23T12:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: create indexes in mysql table</title>
      <link>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254631#M37586</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;You probably used a tMysqlInput component to execute this statement. This component expect a query and is not designed to execute arbitary other statements.&lt;BR /&gt;Use the tMysqlRow component instead.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That was it! Thank you. 
&lt;BR /&gt;I am new to Talend ETL so, sometimes i just dunno whats the better components or aproach, to resolve a certain problem. 
&lt;BR /&gt;It comes with time, i guess... 
&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;</description>
      <pubDate>Wed, 23 Oct 2013 16:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/create-indexes-in-mysql-table/m-p/2254631#M37586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-23T16:11:47Z</dc:date>
    </item>
  </channel>
</rss>

