<?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: Get LastInsert ID for each rows in main in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353707#M119841</link>
    <description>I do not have possibility to add "on subjob ok" neither on DBOutput nor XMLMap</description>
    <pubDate>Tue, 17 Jul 2018 08:18:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-17T08:18:47Z</dc:date>
    <item>
      <title>Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353705#M119839</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Here's a part of my schema&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="talend.PNG" style="width: 375px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LyrC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143676iCF931AAE904FD6BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LyrC.png" alt="0683p000009LyrC.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Both LastInsertId return or :&lt;BR /&gt;- The last one ID&lt;/P&gt; 
&lt;P&gt;- A previously commited object id&lt;BR /&gt;&lt;BR /&gt;I want my id, like 1 -&amp;gt; 2 -&amp;gt; 3 etc...&lt;BR /&gt;&lt;BR /&gt;Thanks !&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 07:57:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353705#M119839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T07:57:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353706#M119840</link>
      <description>I think you do not have to commit first. link yout commit with an on subjob Ok</description>
      <pubDate>Mon, 16 Jul 2018 15:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353706#M119840</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-16T15:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353707#M119841</link>
      <description>I do not have possibility to add "on subjob ok" neither on DBOutput nor XMLMap</description>
      <pubDate>Tue, 17 Jul 2018 08:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353707#M119841</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T08:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353708#M119842</link>
      <description>on subjog OK are allowed only on first component of the subjob . (green background)</description>
      <pubDate>Tue, 17 Jul 2018 08:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353708#M119842</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-17T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353709#M119843</link>
      <description>If I do that I will lost the information I need in main flux</description>
      <pubDate>Tue, 17 Jul 2018 10:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353709#M119843</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-17T10:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get LastInsert ID for each rows in main</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353710#M119844</link>
      <description>I do not think so. Try and sea.&lt;BR /&gt;Using lastInsertedId in an open transation alow you to use last Id as reference in an other Table.&lt;BR /&gt;if you have a complex insert procedure just Writ an SQL Procedure and call it from Talend.&lt;BR /&gt;by this way you can use this Insert Procedure manually or with an other soft.&lt;BR /&gt;Regards,</description>
      <pubDate>Tue, 17 Jul 2018 10:33:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Get-LastInsert-ID-for-each-rows-in-main/m-p/2353710#M119844</guid>
      <dc:creator>fdenis</dc:creator>
      <dc:date>2018-07-17T10:33:23Z</dc:date>
    </item>
  </channel>
</rss>

