Hi, I'm writing a BMP entity beans and have a small question. There is two tables with the relation of 1 to n, and by removing 1 row in table A I have to remove n rows on table B. there is a fast way to remove all the n rows on table B instead of calling n times to ejbRemove? Is edit the ejbRemove of table B to "delete from tableB where ID = id and fkID = fkid" is a good solution? does this new ejbRemove will remove all the entity and not only the n rows in table B. thanks in advance, Eitan Fux Cisco Systems ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
