2 Replies Latest reply on Sep 2, 2002 9:31 AM by tdang

    Remove row with N:M Relationship???

    tdang

      First, some background information:

      I have 2 cmp beans: Bean1 (databse table tab_bean1) and Bean2 (databse table tab_bean2). There is a N:M Relationship between the beans. The table for the relationship is rel_tab.

      My question is how can I delete a row in the table rel_tab through the bean Bean1 or Bean2?

      Best Regards.