Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
You can either build a "wrapper" business object that contains the other 3 business objects, or you can map the business object to an updatable view. We are making some changes to the Database Deployment Toolkit right now that will allow you to specify the primary key for a view, thereby allowing a business object to update it through the "instead of" stored procedures.
|