<?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 [resolved] tablecreate component using JDBC in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364147#M127933</link>
    <description>Hi,
&lt;BR /&gt;I have created JDBC connection in repository, the database connection property may change during execution from mysql to postgress... how can I create table using tTableCreate component using this connection. 
&lt;BR /&gt;Is this supported or not?
&lt;BR /&gt;I am using TOS 5.3
&lt;BR /&gt;Vaibhav</description>
    <pubDate>Tue, 03 Jun 2014 10:14:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-03T10:14:46Z</dc:date>
    <item>
      <title>[resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364147#M127933</link>
      <description>Hi,
&lt;BR /&gt;I have created JDBC connection in repository, the database connection property may change during execution from mysql to postgress... how can I create table using tTableCreate component using this connection. 
&lt;BR /&gt;Is this supported or not?
&lt;BR /&gt;I am using TOS 5.3
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 03 Jun 2014 10:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364147#M127933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-03T10:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364148#M127934</link>
      <description>Executing multiple queries is not allowed using tJDBCRow component?? is if possible?&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 04 Jun 2014 09:11:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364148#M127934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T09:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364149#M127935</link>
      <description>How can i create a database having multiple tables using SQL query with JDBCRow component?&lt;BR /&gt;Any logical work around?&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 04 Jun 2014 09:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364149#M127935</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T09:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364150#M127936</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I have created JDBC connection in repository, the database connection property may change during execution from mysql to postgress... how can I create table using tTableCreate component using this connection.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;It's not possible currently. Table list cannot link to tjdbcconnction connection. 
&lt;BR /&gt;It suggest you should open a work item/ feature jira issue of DI project. 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Executing multiple queries is not allowed using tJDBCRow component?? is if possible?&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Usually, we use update "Additional JDBC Parameters" to include "allowMultiQueries=true" then execute multiple SQL statements with one tXXXRow(tMysqlXXX) component, however, here is no configuration parameter "Additional JDBC Parameters" field in tJDBCRow.(Execution may stop after the first semi-colon.) 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 04 Jun 2014 09:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364150#M127936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364151#M127937</link>
      <description>Here is a work around for table creation using query with JDBCRow... Pl check the screenshot... 
&lt;BR /&gt;- Put your query in context variable 
&lt;BR /&gt;- use tnromalize with ; as separator 
&lt;BR /&gt;- set results to another context variable 
&lt;BR /&gt;- use that variable value n tJDBCRow 
&lt;BR /&gt;Vaibhav 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEJD.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/149446iDB471CBE0C41A482/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEJD.jpg" alt="0683p000009MEJD.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 04 Jun 2014 10:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364151#M127937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T10:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364152#M127938</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Here is a work around for table creation using query with JDBCRow... Pl check the screenshot...&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Fine. Actually, the job iterates each query and execute one by one.
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 04 Jun 2014 11:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364152#M127938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T11:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tablecreate component using JDBC</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364153#M127939</link>
      <description>Yep, I missed to write that statement about iteration...&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 04 Jun 2014 11:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tablecreate-component-using-JDBC/m-p/2364153#M127939</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-04T11:11:24Z</dc:date>
    </item>
  </channel>
</rss>

