Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Ivan is right on the money. If you use a Row Version or a TimeStamp column for concurrency, then this will not be an issue. Also, you are FAR better off using row versions (or timestamp columns) than the all fields optimistic concurrency. It will be significantly faster and actually make what you are trying to do less complicated.
|