Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
The only way that the concurrency will work with Access is by using a row version field. The Optimistic all fields and timestamp options will not work with Access. If you create a row version field and then set the CRUD settings on the BO, it will work. I updated and posted the sample that you had started. When you create the version field, be sure to have all records update with a 0 for teh default value or it will not work. The reason is when you add the new version field it will basically be empty...so it will get overlooked.
|