<?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 how to insert data into mysql database in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353864#M119964</link>
    <description>Hi &lt;BR /&gt;My source data is coming form excel form,need to insert tht data into table userslist of mysql database&lt;BR /&gt;got the below error,&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSize_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSize_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;&lt;BR /&gt;How to resolve this? &lt;BR /&gt;pls provide any solution</description>
    <pubDate>Sat, 16 Nov 2024 12:40:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:40:24Z</dc:date>
    <item>
      <title>how to insert data into mysql database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353864#M119964</link>
      <description>Hi &lt;BR /&gt;My source data is coming form excel form,need to insert tht data into table userslist of mysql database&lt;BR /&gt;got the below error,&lt;BR /&gt;Exception in thread "main" java.lang.Error: Unresolved compilation problems: &lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSize_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSize_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	batchSizeCounter_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved to a variable&lt;BR /&gt;	pstmt_tMysqlOutput_1 cannot be resolved&lt;BR /&gt;&lt;BR /&gt;How to resolve this? &lt;BR /&gt;pls provide any solution</description>
      <pubDate>Sat, 16 Nov 2024 12:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353864#M119964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert data into mysql database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353865#M119965</link>
      <description>Check your parameters. Looks like you're missing start/end double quote.</description>
      <pubDate>Wed, 21 Sep 2011 09:09:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353865#M119965</guid>
      <dc:creator>janhess</dc:creator>
      <dc:date>2011-09-21T09:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert data into mysql database</title>
      <link>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353866#M119966</link>
      <description>I think I encountered this problem a couple of weeks ago for no apparent reason I could determine at the time. Eventually (after pulling my hair out for 10 minutes) I think I found that re-syncing the schema of the output component got it working again. Good luck.</description>
      <pubDate>Wed, 21 Sep 2011 13:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/how-to-insert-data-into-mysql-database/m-p/2353866#M119966</guid>
      <dc:creator>alevy</dc:creator>
      <dc:date>2011-09-21T13:50:01Z</dc:date>
    </item>
  </channel>
</rss>

