<?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: [resolved] DB Connection close in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335828#M104345</link>
    <description>Do you use a tMysqlConnection in the job to create the DB connection or create the DB connection on input/output component such as tMysqlInput? If the former, you have to use a tMysqlClose to close the DB connection at the end of job, if the later, the DB connection is closed on the input/output component. 
&lt;BR /&gt;Shong</description>
    <pubDate>Tue, 22 Apr 2014 10:38:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-22T10:38:39Z</dc:date>
    <item>
      <title>[resolved] DB Connection close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335827#M104344</link>
      <description>hello all,&lt;BR /&gt;    Im using talend Version 5.2.2. In jobs im using tMysqlConnection Component. I read in manual to close connection we have to use tMysqlClose Component.&lt;BR /&gt; &lt;BR /&gt;   So my doudt  is :&lt;BR /&gt;1) how i will get to know connection is closed?? how can i check that connection is closed or not.&lt;BR /&gt;2) in job i used follwing flow to close the connection.&lt;BR /&gt;tpostjob--OnComponent ok --- &amp;gt; tMysqlClose.  so is this proper way to close connection ??&lt;BR /&gt;Please suggest Answer for these two questions.&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Akshath Hegde</description>
      <pubDate>Tue, 22 Apr 2014 10:23:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335827#M104344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T10:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] DB Connection close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335828#M104345</link>
      <description>Do you use a tMysqlConnection in the job to create the DB connection or create the DB connection on input/output component such as tMysqlInput? If the former, you have to use a tMysqlClose to close the DB connection at the end of job, if the later, the DB connection is closed on the input/output component. 
&lt;BR /&gt;Shong</description>
      <pubDate>Tue, 22 Apr 2014 10:38:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335828#M104345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T10:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] DB Connection close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335829#M104346</link>
      <description>hi shong,
&lt;BR /&gt; Thank you for response. Im using tmysqlConnection component for connection. 
&lt;BR /&gt;Can i close connection like this " tpostjob ---&amp;gt; tmysqlclose" ?? if i use tpostJob, whether it will be a problem?? 
&lt;BR /&gt;Regards,
&lt;BR /&gt;Akshath</description>
      <pubDate>Tue, 22 Apr 2014 13:39:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335829#M104346</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T13:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] DB Connection close</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335830#M104347</link>
      <description>Yes, 
&lt;BR /&gt;You can use tpostJob--tMysqlClose to make sure the DB connection is always closed at the end of job, but note that the DB connection has not been closed yet on other component such as tMysqlCommit, tMySQLRollback, otherwise, you will get NPE error.
&lt;BR /&gt;Shong</description>
      <pubDate>Fri, 25 Apr 2014 08:21:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-DB-Connection-close/m-p/2335830#M104347</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-25T08:21:17Z</dc:date>
    </item>
  </channel>
</rss>

