(the previous message had accidently doubled the originally
sql-statement and was therefor 80.000 instead of 40.000 characters, this
is a bit shortened to keep it under 40.000, sorry moderator for the trouble)
This is a perfect illustration of why not to trust things like hibernate to do anything sensible with realistic object models; you have to create a far more simplified wrapping layer and let hibernate work on that instead…or do what Bert is doing, and build something that works better ![]()
- thomas
Bert Verhees wrote: