Just one other thing...you did set the table properties to RowVersioning and provided the ROWVER field...correct?
Just build this and it will ask you if you want to install the database for the sample when it launches.
I've done this quite a few times before without issue so I'm certain that I have something dorked up. For the moment the clock is ticking so I just took conconcurrency off. This is a beta release and not the end of the world. I'll revisit it during a bug fix later next week.
Clay
The error I am getting is that the business object cannot find PROSPECT_NAME_ORG. PROSPECT_NAME is the first field in the table and the first parameter in the sproc; therefore, PROSPECT_NAME_ORG is the first _ORG field in the sproc. It seems to me like the .SAVE is not sending along ANY of the _ORG parameters.
Here is what I've done
The sproc has all of the expected _ORG parameters in it, so I am extremely confident that that is not the problem.
Since I have the parameters all checked, I am not sure what to do.
That was ALL I did and now I can update records again (without any protection for concurrency issues).
Please understand that I am not trying to be argumentative but that doesn't make sense. So far I have...
When you read the error, the sproc is not the problem anyway. It is expecting _ORG params and they are NOT being supplied. The .SAVE in the BO is supposed to do the supplying...and the only way I know of to make it do the supplying is to set Optimistic Concurrency in the BO to true (If that is not the case, please let me know).
I have made several changes to the BO (adding and deleting fields) over the last few weeks and the problem did not start until after I had done that.