chazman00 wrote:
The column names do not have to be the same, but the subclassed table ID has to be populated by the parent table ID.
Many thanks chazman for your reply.
From your reply, I understand that when an instance of a subclass is created, the parent table ID should be generated (increment, sequence, etc..) and the ID value must be stored in both subclassed table ID and parent table ID. It is currently the way it works and it works fine.
The problem comes from the generated select query which is still incorrect and I can't seem to sort this out.
Any thoughts ?