Scaramanga wrote:
Frans,
That does make more sence, since we have 600+ tables one model would be pretty challenging.
I take it you can link the models ?
I think you are still too much into the EF designer mind set
In the llblgen pro project, you have your 600+ entities. You can group them into groups if you like. These groups and their entities are shown in the project explorer.
Over these groups you can create modelviews to have a more visual view on a group of entities. So they 'view' a part of the model in the project, so the actual model is in the project, and you look at parts of the model through model views in a visual way.
Say you have order, customer, orderline, product in 1 view, and order, employee, department, manager in another. As they both view the same model (i.e the entities in your project), 'Order' in both is the same entity.