Hi,
I have the following tables/entities:
<Bezoek>
<Stage> - FK to 'Bezoek.id', FK to 'Locatie.Id'
<StudentStage> lookup table
<Student> - FK to 'BE.Id'
<BE>
<Locatie>
<School> - FK to 'Locatie.Id'
<BestuurSchool> lookup table
<Bestuur>
I want to get information from all these entities, which are related. Is there a way to do this without having the performance get out of hand? Should i construct a view or do this in llblgen code by the entityrelations functionality? Any suggestions are welcome.
Kind regards,
Karim