<?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: How to call MySQL stored procedure from Talend java version in Installing and Upgrading</title>
    <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396362#M8340</link>
    <description>Hi, 
&lt;BR /&gt;What's your current job requirement? Call stored procedure?
&lt;BR /&gt;Did you checked the online document 
&lt;A href="https://help.talend.com/search/all?query=Calling+a+stored+procedure+or+function&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Calling a stored procedure or function&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
    <pubDate>Thu, 26 Dec 2013 03:13:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-26T03:13:32Z</dc:date>
    <item>
      <title>How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396357#M8335</link>
      <description>Hello ,
&lt;BR /&gt;How can I call a MySQL procedure from the talend . I think I have to use the tMySQLRow to do this. But I dont know how to call this. My Procedure may have some out parameters which I want to use in my transformation. How should I go about it. Is the tMySQLRow something like tJavaRow. Can you please explain me what is the use of tMySQLrow and how to use it in case of procedures and other wise.</description>
      <pubDate>Sat, 16 Nov 2024 14:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396357#M8335</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396358#M8336</link>
      <description>Hi,
&lt;BR /&gt;You can search Talend Documentation and you'll find a good tutorial.
&lt;BR /&gt;Just search for the following:
&lt;BR /&gt;"Scenario: Checking number format using a stored procedure"</description>
      <pubDate>Tue, 08 Sep 2009 14:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396358#M8336</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-09-08T14:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396359#M8337</link>
      <description>Hi 
&lt;BR /&gt;i have the same problem, my job is o list files from a folder and with listed file name i should check in database table for some status value and insert or update operation based on the status. 
&lt;BR /&gt;tfilelsit tmysqlsp tlogrow 
&lt;BR /&gt;i tried using this component and my procedure should take file name as input how to pass filename to procedure</description>
      <pubDate>Fri, 20 Dec 2013 09:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396359#M8337</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T09:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396360#M8338</link>
      <description>or how to call stored procedure in tmysqlrow component</description>
      <pubDate>Fri, 20 Dec 2013 09:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396360#M8338</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396361#M8339</link>
      <description>how to call this in tmysqlrow "call file_check_update('"+((String)globalMap.get("tFileList_1_CURRENT_FILE"))+"',@out);"
&lt;BR /&gt;and capture @out value to tmysqlrow schema</description>
      <pubDate>Fri, 20 Dec 2013 09:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396361#M8339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-20T09:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to call MySQL stored procedure from Talend java version</title>
      <link>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396362#M8340</link>
      <description>Hi, 
&lt;BR /&gt;What's your current job requirement? Call stored procedure?
&lt;BR /&gt;Did you checked the online document 
&lt;A href="https://help.talend.com/search/all?query=Calling+a+stored+procedure+or+function&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Calling a stored procedure or function&lt;/A&gt;.
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 26 Dec 2013 03:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Installing-and-Upgrading/How-to-call-MySQL-stored-procedure-from-Talend-java-version/m-p/2396362#M8340</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-26T03:13:32Z</dc:date>
    </item>
  </channel>
</rss>

