Hi, please, send you mapping....
2008/12/2 codemonkey <[EMAIL PROTECTED]> > > Anybody out there :P?? > > On Dec 2, 4:04 pm, "Stefan Sedich" <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have a relationship like: > > > > A -> B with a one to one map between the two. I have set > > cascade=all-delete-orphan in A for the one-to-one but when I say: > > > > A.B = null; > > Save(A); > > > > The orphaned B is not deleted, I also tried > > > > A.B.A = null; > > A.B = null; > > Save(A) > > > > But with no happiness anyone got any suggestions for me :) > > > > Cheers > > > > -- > > Stefan Sedich > > Software Developerhttp://weblogs.asp.net/stefansedich > > > -- Paulo R. Quicoli Editor Técnico - ClubeDelphi Magazine - DevMedia --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
