<?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: JavaDB problems in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342349#M110221</link>
    <description>may be these linea cause the error ?
&lt;BR /&gt; stmtCreate_tJavaDBOutput_1
&lt;BR /&gt; .execute("CREATE TABLE \""
&lt;BR /&gt; + tableName_tJavaDBOutput_1
&lt;BR /&gt; + "\"(\"ID\" INT(10,0) not null ,primary key(\"ID\"))");</description>
    <pubDate>Mon, 22 Jun 2009 09:25:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-06-22T09:25:32Z</dc:date>
    <item>
      <title>JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342348#M110220</link>
      <description>I build a very small test case with a mysql table in Input and a JavaDB table four output. 
&lt;BR /&gt;I just insert have one field (integer) in my javadb output table. 
&lt;BR /&gt;I have a silly error message about a syntax error: 
&lt;BR /&gt;Exception in component tJavaDBOutput_1 
&lt;BR /&gt;java.sql.SQLSyntaxErrorException: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) 
&lt;BR /&gt; at test.injection_0_1.injection.tMysqlInput_1Process(injection.java:1067) 
&lt;BR /&gt; at test.injection_0_1.injection.runJobInTOS(injection.java:1909) 
&lt;BR /&gt; at test.injection_0_1.injection.main(injection.java:1826) 
&lt;BR /&gt;Caused by: java.sql.SQLException: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) 
&lt;BR /&gt; ... 11 more 
&lt;BR /&gt;Caused by: ERROR 42X01: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.compile.ParserImpl.parseStatement(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source) 
&lt;BR /&gt; ... 5 more 
&lt;BR /&gt; 
&lt;BR /&gt;what's wrong with the generated code ?</description>
      <pubDate>Sat, 16 Nov 2024 13:54:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342348#M110220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342349#M110221</link>
      <description>may be these linea cause the error ?
&lt;BR /&gt; stmtCreate_tJavaDBOutput_1
&lt;BR /&gt; .execute("CREATE TABLE \""
&lt;BR /&gt; + tableName_tJavaDBOutput_1
&lt;BR /&gt; + "\"(\"ID\" INT(10,0) not null ,primary key(\"ID\"))");</description>
      <pubDate>Mon, 22 Jun 2009 09:25:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342349#M110221</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T09:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342350#M110222</link>
      <description>hi 
&lt;BR /&gt;i think you're right 
&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;BR /&gt; 
&lt;BR /&gt;("CREATE TABLE \ 
&lt;B&gt;""&lt;/B&gt; 
&lt;BR /&gt; + tableName_tJavaDBOutput_1 
&lt;BR /&gt; + "\"(\"ID\" INT(10,0) not null ,primary key(\"ID\"))") 
&lt;BR /&gt;... 
&lt;BR /&gt;You've a "duplicate double quote after 'CREATE TABLE' ... delete one ! 
&lt;BR /&gt;++</description>
      <pubDate>Mon, 22 Jun 2009 09:29:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342350#M110222</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T09:29:09Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342351#M110223</link>
      <description>but it is a code generated by Talend ! 
&lt;BR /&gt;to be sure, I have destoryed all the " to produce this code 
&lt;BR /&gt;stmtCreate_tJavaDBOutput_1 
&lt;BR /&gt; .execute("CREATE TABLE 
&lt;BR /&gt; + tableName_tJavaDBOutput_1 
&lt;BR /&gt; + " (ID INT(10,0) not null ,primary key(ID))"); 
&lt;BR /&gt;but always this stack error: 
&lt;BR /&gt; connecting to socket on port 3684 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tJavaDBOutput_1 
&lt;BR /&gt;java.sql.SQLSyntaxErrorException: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory40.getSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.EmbedStatement.execute(Unknown Source) 
&lt;BR /&gt; at test.injection_0_1.injection.tMysqlInput_1Process(injection.java:1077) 
&lt;BR /&gt; at test.injection_0_1.injection.runJobInTOS(injection.java:1971) 
&lt;BR /&gt; at test.injection_0_1.injection.main(injection.java:1881) 
&lt;BR /&gt;Caused by: java.sql.SQLException: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.jdbc.SQLExceptionFactory40.wrapArgsForTransportAcrossDRDA(Unknown Source) 
&lt;BR /&gt; ... 11 more 
&lt;BR /&gt;Caused by: ERROR 42X01: Syntax error: Encountered "(" at line 1, column 39. 
&lt;BR /&gt; at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.compile.ParserImpl.parseStatement(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.GenericStatement.prepMinion(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.GenericStatement.prepare(Unknown Source) 
&lt;BR /&gt; at org.apache.derby.impl.sql.conn.GenericLanguageConnectionContext.prepareInternalStatement(Unknown Source) disconnected 
&lt;BR /&gt; ... 5 more 
&lt;BR /&gt;it seems that the syntax generated by Talend is not correct: create table foo (ID INT(10,0) not null ,primary key(ID))</description>
      <pubDate>Mon, 22 Jun 2009 09:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342351#M110223</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T09:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342352#M110224</link>
      <description>all is correct when creating the output by typing tne name and types.&lt;BR /&gt;If it is done with drag and drop, code is not correct &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;</description>
      <pubDate>Mon, 22 Jun 2009 09:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342352#M110224</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342353#M110225</link>
      <description>seems to be a bug so ....&lt;BR /&gt;++</description>
      <pubDate>Mon, 22 Jun 2009 09:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342353#M110225</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T09:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342354#M110226</link>
      <description>yes, it is the drag and drop of an integer field to a JavaDB output which is the origin of the bug</description>
      <pubDate>Mon, 22 Jun 2009 10:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342354#M110226</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T10:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: JavaDB problems</title>
      <link>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342355#M110227</link>
      <description>same issue with varchar(65536)</description>
      <pubDate>Mon, 22 Jun 2009 12:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/JavaDB-problems/m-p/2342355#M110227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-06-22T12:35:29Z</dc:date>
    </item>
  </channel>
</rss>

