<?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: [tMSSqlSP] Stored Procedure returning multiple output tables in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235574#M24575</link>
    <description>I have no error now but i have nothing for my second&amp;nbsp;RecordSet&amp;nbsp;result. Each of my tParseRecordSet use their own RecordSet derived&amp;nbsp;from the tMSSqlSP.
&lt;BR /&gt;Here is my tMSSqlSP component configuration. Is it only possible to have 2 RecordSet in my configuration ? Otherwise my component must return one RecordSet who must be seperate into 2 DataTable ?
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/316269/blob.png" target="_blank"&gt;https://www.talendforge.org/forum/img/members/316269/blob.png&lt;/A&gt;</description>
    <pubDate>Fri, 28 Aug 2015 15:22:10 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-28T15:22:10Z</dc:date>
    <item>
      <title>[tMSSqlSP] Stored Procedure returning multiple output tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235572#M24573</link>
      <description>I try using the component tMSSqlSP who work well, but, with the component tParseRecordSet, i can only get the first result of my stored procedure. this one return me two output tables with their own columns' schema.
&lt;BR /&gt;In my tMSSqlSP, i have 2 parameters with type IN and 2 other as RECORD SET. their 2 last are object in my schema.
&lt;BR /&gt;It is possible to map my both record set using tParseRecordSet or another component ? If yes, how can i do this ?
&lt;BR /&gt;thank you.</description>
      <pubDate>Sat, 16 Nov 2024 11:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235572#M24573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: [tMSSqlSP] Stored Procedure returning multiple output tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235573#M24574</link>
      <description>Have you tried using two tParseRecordSet components, one for each column that maps to a ResultSet from your SP? You could split the flow as shown below. 
&lt;BR /&gt;If that does not work, you could consider 'wrapping' your MySQL SP in another SP that writes the two outputs to tmp tables that you can read separately and easily from Talend. You could pass in the names of the temp tables, read their values after, and drop them. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBJb.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/133418i3505C22AB7C85AFE/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBJb.png" alt="0683p000009MBJb.png" /&gt;&lt;/span&gt;&amp;nbsp;</description>
      <pubDate>Fri, 28 Aug 2015 14:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235573#M24574</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2015-08-28T14:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: [tMSSqlSP] Stored Procedure returning multiple output tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235574#M24575</link>
      <description>I have no error now but i have nothing for my second&amp;nbsp;RecordSet&amp;nbsp;result. Each of my tParseRecordSet use their own RecordSet derived&amp;nbsp;from the tMSSqlSP.
&lt;BR /&gt;Here is my tMSSqlSP component configuration. Is it only possible to have 2 RecordSet in my configuration ? Otherwise my component must return one RecordSet who must be seperate into 2 DataTable ?
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/316269/blob.png" target="_blank"&gt;https://www.talendforge.org/forum/img/members/316269/blob.png&lt;/A&gt;</description>
      <pubDate>Fri, 28 Aug 2015 15:22:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235574#M24575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-28T15:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: [tMSSqlSP] Stored Procedure returning multiple output tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235575#M24576</link>
      <description>Per this topic on 
&lt;A href="https://dev.mysql.com/doc/refman/5.1/en/stored-routines-syntax.html" target="_blank" rel="nofollow noopener noreferrer"&gt;MySQL Docs&lt;/A&gt;, 
&lt;U&gt;try&lt;/U&gt;&amp;nbsp;to add this flag in your Additional JDBC params:&amp;nbsp; 
&lt;B&gt;CLIENT_MULTI_RESULTS=true&lt;/B&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBTH.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/141252i1EA338435CC96622/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBTH.png" alt="0683p000009MBTH.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 28 Aug 2015 21:09:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235575#M24576</guid>
      <dc:creator>willm1</dc:creator>
      <dc:date>2015-08-28T21:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: [tMSSqlSP] Stored Procedure returning multiple output tables</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235576#M24577</link>
      <description>Did not work too.&lt;BR /&gt;We decided to work different with our stored procedure with temp table, map and filter row.&lt;BR /&gt;Thanks for the help.</description>
      <pubDate>Mon, 31 Aug 2015 14:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlSP-Stored-Procedure-returning-multiple-output-tables/m-p/2235576#M24577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-31T14:15:51Z</dc:date>
    </item>
  </channel>
</rss>

