<?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: Delete cascade in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355051#M120887</link>
    <description>Hi 
&lt;BR /&gt;Maybe, I did't do it before, you can try the suggestion mentioned on the following URL and let me know the result, 
&lt;BR /&gt;
&lt;A href="http://stackoverflow.com/questions/129265/cascade-delete-just-once" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/129265/cascade-delete-just-once&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
    <pubDate>Thu, 22 Sep 2011 06:23:47 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-09-22T06:23:47Z</dc:date>
    <item>
      <title>Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355048#M120884</link>
      <description>I have a job whi9ch performs a delete operation. in postgresql db output, delete as option selected &amp;amp; deletion key selected.&lt;BR /&gt;Somehow the delete doesnt work.&lt;BR /&gt;I guess the reason might be key dependency on other tables as key value.&lt;BR /&gt;So is there a delete cascade facility in talend.&lt;BR /&gt;(I am using Integration suite)&lt;BR /&gt;Regards,&lt;BR /&gt;Jugal</description>
      <pubDate>Sat, 16 Nov 2024 12:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355048#M120884</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2024-11-16T12:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355049#M120885</link>
      <description>Hi 
&lt;BR /&gt;No, it is impossible with tPostgresqlOutput component, you need to disable the constrain, like dropping the foreign key constraint before deleting and execute the SQL statement on tPostgresqlRow component.
&lt;BR /&gt;Best regards, 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 22 Sep 2011 05:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355049#M120885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-22T05:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355050#M120886</link>
      <description>Hi.&lt;BR /&gt;can i write the on delete cascade sql in postgresqlrow component without dropping the constraint ??</description>
      <pubDate>Thu, 22 Sep 2011 06:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355050#M120886</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2011-09-22T06:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355051#M120887</link>
      <description>Hi 
&lt;BR /&gt;Maybe, I did't do it before, you can try the suggestion mentioned on the following URL and let me know the result, 
&lt;BR /&gt;
&lt;A href="http://stackoverflow.com/questions/129265/cascade-delete-just-once" rel="nofollow noopener noreferrer"&gt;http://stackoverflow.com/questions/129265/cascade-delete-just-once&lt;/A&gt;
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 22 Sep 2011 06:23:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355051#M120887</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-09-22T06:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355052#M120888</link>
      <description>hi,&lt;BR /&gt;how do i use the input coming out of tmap ?&lt;BR /&gt;job is like this &lt;BR /&gt;db2i/p  &amp;gt;   tmap    &amp;gt;   postgresqlo/p (Action on data : delete)&lt;BR /&gt;Now i change it to :&lt;BR /&gt;db2i/p  &amp;gt;   tmap    &amp;gt;   postgresrow&lt;BR /&gt;how do i use the id coming out of tmap to map query in postgresrow, i cant use &lt;BR /&gt;delete from xxx where uid=row5.xxxxxx ??</description>
      <pubDate>Thu, 22 Sep 2011 14:12:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355052#M120888</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2011-09-22T14:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355053#M120889</link>
      <description>Still not working,
&lt;BR /&gt;After removing constraint
&lt;BR /&gt;I tried, in Row component : DELETE FROM table where id="+globalMap(map_delete.id)
&lt;BR /&gt;Any Idea ?
&lt;BR /&gt;Thanks,
&lt;BR /&gt;Jugal</description>
      <pubDate>Fri, 23 Sep 2011 07:16:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355053#M120889</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2011-09-23T07:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Delete cascade</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355054#M120890</link>
      <description>I also tried with context variable like:&lt;BR /&gt;DELETE FROM table where id="+context.uid&lt;BR /&gt;I set the context variable between tmap &amp;amp; row component.&lt;BR /&gt;but still not working ??&lt;BR /&gt;Any Help....</description>
      <pubDate>Fri, 23 Sep 2011 13:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Delete-cascade/m-p/2355054#M120890</guid>
      <dc:creator>djugal</dc:creator>
      <dc:date>2011-09-23T13:21:36Z</dc:date>
    </item>
  </channel>
</rss>

