I found a way to initialize my db without constraint violation... I had an entity "title" and an entity "language". Titles must have a language and languages must have a title... So I had to disable one of the constraints to initialize the DB content and insert the first language...
I solved the problem by redesign of the dependencies between the entities. Thanks for the help anyways! :-) -- 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.
