Thanks, I just wanted to make sure I wasn't missing something because I'm having problems with views...This is the first time I'm trying to use them with StrataFrame.
I created the view and deployed to the server. I Checked 'Bind To Schema' because I want the view to be updateable.
I did not create an index... (I don't know if this is required)
When I go into SQL Server management studio and open the view, everything seems to work okay. I can update and the changes are reflected in the related table.
I created a Business Object and Mapped it to the view. I did not override the primary key specification. I set PrimaryKeyIsAutoIncrented to 'False'
When I run my program, the data appears fine, but when I edit and save I get an error.
'Cannot create UPDATE command because the business object does not contain any PrimaryKeyFields'.
I then tried to 'override the primary key definition' so my view had a primary key. This also created errors saving data... 'View or function 'dbo.LicenceModuleView' is not updatable because the modification affects multiple base tables'.
Please let me know what I'm doing wrong...
Much Appreciated...
Tim