Re: Delete by query

2007-07-31 Thread Christiaan des Bouvrie
Hi David, thanks for the reply! That would make sense to me as well. I indeed want the entries in the PAGE table to remain there. I also thought there should be no need in the .orm file to specify anything specific (like a cascade delete) in order to have the corresponding entries in BOOK_PAGE

Re: Delete by query

2007-07-31 Thread Andy Jefferson
That would make sense to me as well. I indeed want the entries in the PAGE table to remain there. I also thought there should be no need in the .orm file to specify anything specific (like a cascade delete) in order to have the corresponding entries in BOOK_PAGE being deleted as well,

Re: Delete by query

2007-07-30 Thread David Ezzio
Hi Christiaan, The entries in the relationship table (BOOK_PAGE) should be deleted when the BOOK is deleted, but the entries in the PAGE table would remain unless you indicated that they were dependent. The only purpose of the BOOK_PAGE table is to model the relationship and the relationship