I saw a similar posting to what I am going to ask here dated back in February but there have been a lot of changes since then and I figured it would be worth bringing it up again.
I have a table with a oneToOne relationship to several other tables ( I have them sharing the primary key of the generic table as their primary key at this point). What is the current reccommendation to get this inheritance to work in netTiers.
The suggestion back in February was to use Views and make your custom procs that the view objects would then pick up. I figured I could use the AliasFile to mask the names of my Specific Object tables.
Looking for any current suggestions on how to approach this problem. I am also in a rapid agile development environment and fairly regularly regenerate netTiers and so I am looking for something that is robust enough to handle that.