Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save returning Exception if concurrency issue
Message
From
13/04/2005 10:02:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Save returning Exception if concurrency issue
Environment versions
Environment:
VB.NET 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01004133
Message ID:
01004133
Views:
74
I have a business form that is saving after a concurrency issue and I can't determine if the save was successful. If another user has made a change to the same record, the concurrency messagebox will display. This is expected and works fine for me. If I click Yes to overwrite the current data, the framework calls the save on the business object, but it doesn't capture the mmSaveDataResult of that save. So the result of the Me.Save on the business form is always a mmSaveDataResult.Exception when the concurrency message box is shown and not a mmSaveDataResult.RulesPassed. Is there any way for me to determine if the save was successful if there is a concurrency issue? Thanks!
Reply
Map
View

Click here to load this message in the networking platform